@getlang/parser
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -7,2 +7,3 @@ import { parse } from 'acorn' | ||
import { createToken } from '../utils.js' | ||
import './acorn-globals.js' | ||
@@ -9,0 +10,0 @@ const browserGlobals = [ |
import type { TransformVisitor } from '../../visitor/transform.js'; | ||
import './acorn-globals.js'; | ||
export declare function inferSliceDeps(): TransformVisitor; |
@@ -6,2 +6,3 @@ import { parse } from 'acorn'; | ||
import { createToken } from '../utils.js'; | ||
import './acorn-globals.js'; | ||
const browserGlobals = [ | ||
@@ -8,0 +9,0 @@ ...Object.keys(globals.browser), |
{ | ||
"name": "@getlang/parser", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
207543
3855