@toml-tools/parser
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -37,2 +37,5 @@ const { Parser } = require("chevrotain"); | ||
]); | ||
$.OPTION(() => { | ||
$.CONSUME2(t.Comment); | ||
}); | ||
}); | ||
@@ -78,4 +81,5 @@ | ||
$.SUBRULE($.val); | ||
$.OPTION(() => { | ||
$.MANY(() => { | ||
$.CONSUME(t.Comma); | ||
$.SUBRULE2($.commentNewline); | ||
$.SUBRULE2($.val); | ||
@@ -82,0 +86,0 @@ }); |
{ | ||
"name": "@toml-tools/parser", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "TOML Parser Implemented in JavaScript", | ||
@@ -9,3 +9,3 @@ "main": "lib/api.js", | ||
"dependencies": { | ||
"@toml-tools/lexer": "^0.0.1", | ||
"@toml-tools/lexer": "^0.1.0", | ||
"chevrotain": "4.1.1" | ||
@@ -19,3 +19,3 @@ }, | ||
}, | ||
"gitHead": "15b47fedf099fc1b0f6cacbce73048d476a47389" | ||
"gitHead": "7f92498e805472213e9500b32fe5295534cecd31" | ||
} |
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
6659
5
207
+ Added@toml-tools/lexer@0.1.1(transitive)
- Removed@toml-tools/lexer@0.0.1(transitive)
Updated@toml-tools/lexer@^0.1.0