ast-module-types
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "ast-module-types", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,2 +25,3 @@ Collection of useful helper functions when trying to determine | ||
* `isNoDependencyForm`: if the node is a define call of the form: `define({})` | ||
* `isREMForm`: if the node matches the form: `define(function(require, exports, module){});` | ||
@@ -27,0 +28,0 @@ ### Usage |
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
9634
37