sysml-validate 0.14.2 → 0.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/out/main.js
CHANGED
|
@@ -57859,7 +57859,8 @@ var Formatting;
|
|
|
57859
57859
|
// ../language/out/parser-error-performance.js
|
|
57860
57860
|
var ParserErrorPerformanceModule = {
|
|
57861
57861
|
parser: {
|
|
57862
|
-
LangiumParser: (services) => boundParserErrorMessageLookahead(createLangiumParser(services))
|
|
57862
|
+
LangiumParser: (services) => boundParserErrorMessageLookahead(createLangiumParser(services)),
|
|
57863
|
+
CompletionParser: (services) => boundParserErrorMessageLookahead(createCompletionParser(services))
|
|
57863
57864
|
}
|
|
57864
57865
|
};
|
|
57865
57866
|
function boundParserErrorMessageLookahead(langiumParser) {
|
|
@@ -68894,7 +68895,7 @@ async function runValidation(command) {
|
|
|
68894
68895
|
}
|
|
68895
68896
|
|
|
68896
68897
|
// src/main.ts
|
|
68897
|
-
var VERSION2 = true ? "0.14.
|
|
68898
|
+
var VERSION2 = true ? "0.14.4" : "dev";
|
|
68898
68899
|
async function main(argv) {
|
|
68899
68900
|
const command = parseArgs(argv);
|
|
68900
68901
|
if (command.kind === "help") {
|