@getlang/parser
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -0,1 +1,3 @@ | ||
/// <reference types="./acorn-globals.d.ts" /> | ||
import { parse } from 'acorn' | ||
@@ -7,3 +9,2 @@ import detect from 'acorn-globals' | ||
import { createToken } from '../utils.js' | ||
import './acorn-globals.js' | ||
@@ -10,0 +11,0 @@ const browserGlobals = [ |
import type { TransformVisitor } from '../../visitor/transform.js'; | ||
import './acorn-globals.js'; | ||
export declare function inferSliceDeps(): TransformVisitor; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="./acorn-globals.d.ts" /> | ||
import { parse } from 'acorn'; | ||
@@ -6,3 +7,2 @@ import detect from 'acorn-globals'; | ||
import { createToken } from '../utils.js'; | ||
import './acorn-globals.js'; | ||
const browserGlobals = [ | ||
@@ -9,0 +9,0 @@ ...Object.keys(globals.browser), |
{ | ||
"name": "@getlang/parser", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"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
207548
3854