@jsep-plugin/assignment
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@jsep-plugin/assignment", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Adds assignment expression support", | ||
@@ -5,0 +5,0 @@ "author": "Shelly (https://github.com/6utt3rfly)", |
import * as jsep from 'jsep'; | ||
import { Expression } from 'jsep'; | ||
import { Expression, IPlugin } from 'jsep'; | ||
export const name: string; | ||
@@ -34,1 +34,4 @@ export const assignmentOperators: Set<string>; | ||
} | ||
declare const _export: IPlugin; | ||
export default _export; |
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
39036
301