modl-parser
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -37,3 +37,3 @@ "use strict"; | ||
var WS = ' \t\r\n'; | ||
var nonStringTokens = '[]();"`='; | ||
var nonStringTokens = '[]();"='; | ||
var INTEGER_REGEX = new RegExp(/^-?\d+$/); | ||
@@ -40,0 +40,0 @@ var FLOAT_REGEX = new RegExp(/^[-+]?([0-9]*[.])?[0-9]+([eE][-+]?\d+)?$/); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var MODLParser_1 = require("./MODLParser"); | ||
var modl = MODLParser_1.parseModl('["a=[];()b"="c=[];()d"]'); | ||
var MODLTokeniser_1 = require("./MODLTokeniser"); | ||
var tests = 'test=%`missing`'; | ||
var modl = MODLTokeniser_1.tokeniser(tests); | ||
console.log(JSON.stringify(modl)); | ||
//# sourceMappingURL=Scratch.js.map |
{ | ||
"name": "modl-parser", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A MODL parser in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37407
595
0