ember-cli-amd
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.4.6] | ||
### Fix | ||
- Fix esprima parsing issue for functions with parameters with a default value | ||
## [0.4.5] | ||
@@ -8,0 +12,0 @@ ### Changed |
@@ -84,2 +84,6 @@ // Copyright 2015 Esri | ||
// It's possible that esprima parsed some nodes as undefined | ||
if (!node) | ||
return null; | ||
// We are only interested by the import declarations | ||
@@ -86,0 +90,0 @@ if (node.type !== 'ImportDeclaration') |
{ | ||
"name": "ember-cli-amd", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Ember CLI Addon that can load AMD modules.", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
29190
455