homunculus
Advanced tools
Comparing version 1.6.6 to 1.6.7
{ | ||
"name": "homunculus", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "A lexer&parser by Javascript", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -10,3 +10,3 @@ var character = require('../util/character'); | ||
var ELEM = new RegMatch(CSXToken.ELEM, /^\$?[a-z]\w*(?:-\w+)*/i); | ||
var ELEM = new RegMatch(CSXToken.ELEM, /^[$a-z_]\w*(?:-\w+)*/i); | ||
var CSXMatch = [ | ||
@@ -13,0 +13,0 @@ new CompleteEqual(CSXToken.BLANK, character.BLANK), |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1520055