Skip to content

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodp committed Jul 4, 2020
1 parent a64dee4 commit a7dc1c0
Show file tree
Hide file tree
Showing 265 changed files with 2,025 additions and 2,077 deletions.
4 changes: 2 additions & 2 deletions data/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"ui": {

"ui_property": {
"id": [ "id", "identification", "identificator", "locator" ],
"id": [ "id", "identification", "identificator", "locator", "selector" ],
"type": [ "type" ],
"editable": [ "editable" ],
"datatype": [ "datatype", "data type" ],
Expand Down Expand Up @@ -315,4 +315,4 @@

]

}
}
4 changes: 2 additions & 2 deletions data/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"ui": {

"ui_property": {
"id": [ "id", "identificacao", "identificador", "localizador" ],
"id": [ "id", "identificacao", "identificador", "localizador", "seletor" ],
"type": [ "tipo" ],
"editable": [ "editavel" ],
"datatype": [ "tipo de dado" ],
Expand Down Expand Up @@ -351,4 +351,4 @@

]

}
}
4 changes: 2 additions & 2 deletions dist/data/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"ui": {

"ui_property": {
"id": [ "id", "identification", "identificator", "locator" ],
"id": [ "id", "identification", "identificator", "locator", "selector" ],
"type": [ "type" ],
"editable": [ "editable" ],
"datatype": [ "datatype", "data type" ],
Expand Down Expand Up @@ -315,4 +315,4 @@

]

}
}
4 changes: 2 additions & 2 deletions dist/data/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"ui": {

"ui_property": {
"id": [ "id", "identificacao", "identificador", "localizador" ],
"id": [ "id", "identificacao", "identificador", "localizador", "seletor" ],
"type": [ "tipo" ],
"editable": [ "editavel" ],
"datatype": [ "tipo de dado" ],
Expand Down Expand Up @@ -351,4 +351,4 @@

]

}
}
1 change: 1 addition & 0 deletions dist/modules/app/ATSGenController.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ATSGenController = void 0;
const AbstractTestScriptGenerator_1 = require("../testscript/AbstractTestScriptGenerator");
const TypeChecking_1 = require("../util/TypeChecking");
/**
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/CLI.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CLI = void 0;
const logUpdate = require("log-update");
const logSymbols = require("log-symbols");
const chalk_1 = require("chalk");
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/CaseType.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CaseType = void 0;
var CaseType;
(function (CaseType) {
CaseType["CAMEL"] = "camel";
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/CliHelp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CliHelp = void 0;
const chalk_1 = require("chalk");
class CliHelp {
content() {
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/CliScriptExecutionReporter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CliScriptExecutionReporter = void 0;
const TimeFormat_1 = require("../util/TimeFormat");
/**
* CLI script execution reporter
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/Compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Compiler = void 0;
const AugmentedSpec_1 = require("../req/AugmentedSpec");
const SpecFilter_1 = require("../selection/SpecFilter");
const ProcessingInfo_1 = require("./ProcessingInfo");
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/CompilerController.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CompilerController = void 0;
const SimpleAppEventsListener_1 = require("./SimpleAppEventsListener");
const LexerBuilder_1 = require("../lexer/LexerBuilder");
const Parser_1 = require("../parser/Parser");
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/Defaults.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Defaults = exports.InvalidSpecialOptions = exports.CombinationOptions = exports.VariantSelectionOptions = void 0;
const CaseType_1 = require("./CaseType");
/**
* Reduces the Variants that produce a certain State required by a Precondition
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/GuidedConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.GuidedConfig = void 0;
const inquirer = require("inquirer");
/**
* Guided Concordia configuration.
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/LanguageController.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.LanguageController = void 0;
const LanguageDrawer_1 = require("./LanguageDrawer");
const LanguageManager_1 = require("./LanguageManager");
class LanguageController {
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/LanguageDrawer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LanguageDrawer = void 0;
class LanguageDrawer {
constructor(_cli) {
this._cli = _cli;
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/LanguageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.LanguageManager = void 0;
const fwalker = require("fwalker");
const path = require("path");
const EnglishKeywordDictionary_1 = require("../dict/EnglishKeywordDictionary");
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/Listeners.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DirectoryReadResult = void 0;
class DirectoryReadResult {
constructor(dirCount, filesCount, filesSize, durationMs, fileErrorCount) {
this.dirCount = dirCount;
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/MultiFileProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MultiFileProcessedData = exports.MultiFileProcessor = void 0;
const fwalker = require("fwalker");
const crypto_1 = require("crypto");
const SingleFileProcessor_1 = require("./SingleFileProcessor");
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/Options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Options = void 0;
const enumUtil = require("enum-util");
const path_1 = require("path");
const TypeChecking_1 = require("../util/TypeChecking");
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/OptionsHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.OptionsHandler = void 0;
const path_1 = require("path");
const fs = require("fs");
const util_1 = require("util");
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/ProcessingInfo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProcessingInfo = void 0;
class ProcessingInfo {
constructor(durationMs, errors, warnings) {
this.durationMs = durationMs;
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/SimpleAppEventsListener.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimpleAppEventsListener = void 0;
const prettyBytes = require("pretty-bytes");
const Defaults_1 = require("./Defaults");
const ErrorSorting_1 = require("../util/ErrorSorting");
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/SingleDocumentProcessor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SingleDocumentProcessor = void 0;
const BatchDocumentAnalyzer_1 = require("../semantic/single/BatchDocumentAnalyzer");
/**
* Single document processor.
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/SingleFileCompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.SingleFileCompiler = void 0;
const SingleFileProcessor_1 = require("./SingleFileProcessor");
const SingleDocumentProcessor_1 = require("./SingleDocumentProcessor");
class SingleFileCompiler {
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/SingleFileProcessor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProcessedFileData = exports.FileData = exports.FileMeta = void 0;
class FileMeta {
constructor(fullPath, size, hash) {
this.fullPath = fullPath;
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/TCGenController.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TCGenController = void 0;
const fs_1 = require("fs");
const util_1 = require("util");
const ast_1 = require("../ast");
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/UI.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UI = void 0;
class UI {
constructor(_cli, _meow) {
this._cli = _cli;
Expand Down
1 change: 1 addition & 0 deletions dist/modules/app/VerboseAppEventsListener.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VerboseAppEventsListener = void 0;
const prettyBytes = require("pretty-bytes");
const ErrorSorting_1 = require("../util/ErrorSorting");
const TypeChecking_1 = require("../util/TypeChecking");
Expand Down
66 changes: 38 additions & 28 deletions dist/modules/app/index.js
Original file line number Diff line number Diff line change
@@ -1,30 +1,40 @@
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./AppController"));
__export(require("./ATSGenController"));
__export(require("./CaseType"));
__export(require("./CLI"));
__export(require("./CliHelp"));
__export(require("./CliScriptExecutionReporter"));
__export(require("./Compiler"));
__export(require("./CompilerController"));
__export(require("./Defaults"));
__export(require("./GuidedConfig"));
__export(require("./LanguageController"));
__export(require("./LanguageDrawer"));
__export(require("./LanguageManager"));
__export(require("./Listeners"));
__export(require("./MultiFileProcessor"));
__export(require("./Options"));
__export(require("./OptionsHandler"));
__export(require("./ProcessingInfo"));
__export(require("./SimpleAppEventsListener"));
__export(require("./SingleDocumentProcessor"));
__export(require("./SingleFileCompiler"));
__export(require("./SingleFileProcessor"));
__export(require("./TCGenController"));
__export(require("./UI"));
__export(require("./VerboseAppEventsListener"));
__exportStar(require("./AppController"), exports);
__exportStar(require("./ATSGenController"), exports);
__exportStar(require("./CaseType"), exports);
__exportStar(require("./CLI"), exports);
__exportStar(require("./CliHelp"), exports);
__exportStar(require("./CliScriptExecutionReporter"), exports);
__exportStar(require("./Compiler"), exports);
__exportStar(require("./CompilerController"), exports);
__exportStar(require("./CompilerListener"), exports);
__exportStar(require("./Defaults"), exports);
__exportStar(require("./GuidedConfig"), exports);
__exportStar(require("./LanguageController"), exports);
__exportStar(require("./LanguageDrawer"), exports);
__exportStar(require("./LanguageManager"), exports);
__exportStar(require("./Listeners"), exports);
__exportStar(require("./MultiFileProcessor"), exports);
__exportStar(require("./Options"), exports);
__exportStar(require("./OptionsHandler"), exports);
__exportStar(require("./ProcessingInfo"), exports);
__exportStar(require("./ScriptExecutionReporter"), exports);
__exportStar(require("./SimpleAppEventsListener"), exports);
__exportStar(require("./SingleDocumentProcessor"), exports);
__exportStar(require("./SingleFileCompiler"), exports);
__exportStar(require("./SingleFileProcessor"), exports);
__exportStar(require("./TCGenController"), exports);
__exportStar(require("./TCGenListener"), exports);
__exportStar(require("./UI"), exports);
__exportStar(require("./VerboseAppEventsListener"), exports);
1 change: 1 addition & 0 deletions dist/modules/ast/Database.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DatabaseProperties = void 0;
/**
* Database properties.
*
Expand Down
1 change: 1 addition & 0 deletions dist/modules/ast/Spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Spec = void 0;
/**
* Specification
*
Expand Down
1 change: 1 addition & 0 deletions dist/modules/ast/Tag.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.tagsWithAnyOfTheNames = exports.hasTagNamed = exports.ReservedTags = void 0;
/**
* Reserved tags.
*
Expand Down
1 change: 1 addition & 0 deletions dist/modules/ast/UIProperty.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntityValue = exports.UIElementInfo = void 0;
/**
* Additional information about an UI element.
*
Expand Down
1 change: 1 addition & 0 deletions dist/modules/ast/UIPropertyReference.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UIPropertyReference = void 0;
class UIPropertyReference {
constructor() {
this.nodeType = 'ui_property_ref';
Expand Down
1 change: 1 addition & 0 deletions dist/modules/ast/UIPropertyTypes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UIPropertyTypes = void 0;
var UIPropertyTypes;
(function (UIPropertyTypes) {
UIPropertyTypes["ID"] = "id";
Expand Down
1 change: 1 addition & 0 deletions dist/modules/ast/VariantLike.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.State = void 0;
/**
* State is **not** a node.
*
Expand Down
Loading

0 comments on commit a7dc1c0

Please sign in to comment.