basisjs-tools-build
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -0,1 +1,7 @@ | ||
## 1.9.2 (May 17, 2017) | ||
### Build | ||
- Fixed warning on implicit usage of `__filename` in basis.js core module | ||
## 1.9.1 (March 26, 2017) | ||
@@ -2,0 +8,0 @@ |
@@ -43,3 +43,9 @@ var walk = require('basisjs-tools-ast').js.walk; | ||
var hasOwnProperty = Object.prototype.hasOwnProperty; | ||
var ignoreBasisImplicitNames = ['require', 'exports', '__resources__', '__namespace_map__']; | ||
var ignoreBasisImplicitNames = [ | ||
'require', | ||
'exports', | ||
'__resources__', | ||
'__namespace_map__', | ||
'__filename' | ||
]; | ||
@@ -46,0 +52,0 @@ for (var i = 0, file; file = queue[i]; i++) |
{ | ||
"name": "basisjs-tools-build", | ||
"title": "Basis.js build tools", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"homepage": "https://github.com/basisjs/basisjs-tools", | ||
@@ -6,0 +6,0 @@ "description": "Build tools for basis.js framework", |
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
296991
9040