htmljs-parser
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -18,2 +18,3 @@ var operators = exports.operators = [ | ||
'in', | ||
'new', | ||
// 'from', -- as in <import x from './file'/> | ||
@@ -66,2 +67,1 @@ // 'typeof', -- would need to look behind, not ahead | ||
} | ||
@@ -41,3 +41,3 @@ { | ||
}, | ||
"version": "2.2.3" | ||
"version": "2.2.4" | ||
} |
@@ -10,3 +10,3 @@ var chai = require('chai'); | ||
require('./util/autotest').scanDir( | ||
path.join(__dirname, 'fixtures/autotest-1.x'), | ||
path.join(__dirname, 'autotest-1.x'), | ||
function (dir) { | ||
@@ -13,0 +13,0 @@ runDirTest(dir, { legacyCompatibility: true }); |
@@ -10,3 +10,3 @@ var chai = require('chai'); | ||
require('./util/autotest').scanDir( | ||
path.join(__dirname, 'fixtures/autotest'), | ||
path.join(__dirname, 'autotest'), | ||
function (dir) { | ||
@@ -13,0 +13,0 @@ runDirTest(dir, {}); |
@@ -18,2 +18,4 @@ 'use strict'; | ||
result += '=' + attr.value; | ||
} else if (!attr.argument) { | ||
result += '=(EMPTY)'; | ||
} | ||
@@ -373,2 +375,2 @@ | ||
module.exports = TreeBuilder; | ||
module.exports = TreeBuilder; |
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
239516
918
3621