modl-parser
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -45,3 +45,3 @@ "use strict"; | ||
var WS = ' \t\r\n'; | ||
var nonStringTokens = '[]();"='; | ||
var nonStringTokens = '[]();"=`'; | ||
var INTEGER_REGEX = new RegExp(/^-?\d+$/); | ||
@@ -48,0 +48,0 @@ var FLOAT_REGEX = new RegExp(/^[-+]?([0-9]*[.])?[0-9]+([eE][-+]?\d+)?$/); |
{ | ||
"name": "modl-parser", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "A MODL parser in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
39026