script-engine-lib 0.4.2 → 1.0.0-rc0
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/dist/index.d.mts +191 -0
- package/dist/index.d.ts +191 -5
- package/dist/index.js +21 -29
- package/dist/index.mjs +21 -0
- package/package.json +56 -47
- package/src/index.ts +10 -0
- package/.eslintrc.js +0 -212
- package/.vscode/launch.json +0 -15
- package/.vscode/settings.json +0 -15
- package/dist/decorators/action-before-testing.d.ts +0 -2
- package/dist/decorators/action-before-testing.js +0 -23
- package/dist/decorators/action-before-testing.js.map +0 -1
- package/dist/decorators/action-before-testing.test.d.ts +0 -1
- package/dist/decorators/action-before-testing.test.js +0 -82
- package/dist/decorators/action-before-testing.test.js.map +0 -1
- package/dist/engine/script-engine.d.ts +0 -35
- package/dist/engine/script-engine.js +0 -175
- package/dist/engine/script-engine.js.map +0 -1
- package/dist/engine/script-engine.test.d.ts +0 -1
- package/dist/engine/script-engine.test.js +0 -1277
- package/dist/engine/script-engine.test.js.map +0 -1
- package/dist/engine/story-engine.d.ts +0 -35
- package/dist/engine/story-engine.js +0 -175
- package/dist/engine/story-engine.js.map +0 -1
- package/dist/engine/story-engine.test.d.ts +0 -1
- package/dist/engine/story-engine.test.js +0 -1277
- package/dist/engine/story-engine.test.js.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/interfaces.d.ts +0 -51
- package/dist/interfaces.js +0 -27
- package/dist/interfaces.js.map +0 -1
- package/dist/simulator/decorators.d.ts +0 -2
- package/dist/simulator/decorators.js +0 -23
- package/dist/simulator/decorators.js.map +0 -1
- package/dist/simulator/decorators.test.d.ts +0 -1
- package/dist/simulator/decorators.test.js +0 -81
- package/dist/simulator/decorators.test.js.map +0 -1
- package/dist/simulator/event-branches-map.d.ts +0 -16
- package/dist/simulator/event-branches-map.js +0 -114
- package/dist/simulator/event-branches-map.js.map +0 -1
- package/dist/simulator/event-branches-map.test.d.ts +0 -1
- package/dist/simulator/event-branches-map.test.js +0 -120
- package/dist/simulator/event-branches-map.test.js.map +0 -1
- package/dist/simulator/event-test-simulator.d.ts +0 -42
- package/dist/simulator/event-test-simulator.js +0 -373
- package/dist/simulator/event-test-simulator.js.map +0 -1
- package/dist/simulator/event-test-simulator.test.d.ts +0 -1
- package/dist/simulator/event-test-simulator.test.js +0 -1960
- package/dist/simulator/event-test-simulator.test.js.map +0 -1
- package/dist/simulator/execution-history.d.ts +0 -6
- package/dist/simulator/execution-history.js +0 -22
- package/dist/simulator/execution-history.js.map +0 -1
- package/dist/simulator/helpers/event-branches-map.d.ts +0 -16
- package/dist/simulator/helpers/event-branches-map.js +0 -114
- package/dist/simulator/helpers/event-branches-map.js.map +0 -1
- package/dist/simulator/helpers/event-branches-map.test.d.ts +0 -1
- package/dist/simulator/helpers/event-branches-map.test.js +0 -120
- package/dist/simulator/helpers/event-branches-map.test.js.map +0 -1
- package/dist/simulator/helpers/execution-history.d.ts +0 -6
- package/dist/simulator/helpers/execution-history.js +0 -22
- package/dist/simulator/helpers/execution-history.js.map +0 -1
- package/dist/simulator/helpers/script-branches-map.d.ts +0 -16
- package/dist/simulator/helpers/script-branches-map.js +0 -114
- package/dist/simulator/helpers/script-branches-map.js.map +0 -1
- package/dist/simulator/helpers/script-branches-map.test.d.ts +0 -1
- package/dist/simulator/helpers/script-branches-map.test.js +0 -120
- package/dist/simulator/helpers/script-branches-map.test.js.map +0 -1
- package/dist/simulator/script-test-simulator.d.ts +0 -42
- package/dist/simulator/script-test-simulator.js +0 -373
- package/dist/simulator/script-test-simulator.js.map +0 -1
- package/dist/simulator/script-test-simulator.test.d.ts +0 -1
- package/dist/simulator/script-test-simulator.test.js +0 -2013
- package/dist/simulator/script-test-simulator.test.js.map +0 -1
- package/dist/structured-text/index.d.ts +0 -9
- package/dist/structured-text/index.js +0 -8
- package/dist/structured-text/index.js.map +0 -1
- package/dist/structured-text/rich-text-separator.d.ts +0 -48
- package/dist/structured-text/rich-text-separator.js +0 -146
- package/dist/structured-text/rich-text-separator.js.map +0 -1
- package/dist/structured-text/rich-text-separator.test.d.ts +0 -1
- package/dist/structured-text/rich-text-separator.test.js +0 -166
- package/dist/structured-text/rich-text-separator.test.js.map +0 -1
- package/dist/structured-text/rich-text-validator.d.ts +0 -19
- package/dist/structured-text/rich-text-validator.js +0 -73
- package/dist/structured-text/rich-text-validator.js.map +0 -1
- package/dist/structured-text/rich-text-validator.test.d.ts +0 -1
- package/dist/structured-text/rich-text-validator.test.js +0 -59
- package/dist/structured-text/rich-text-validator.test.js.map +0 -1
- package/dist/test.spec.js.map +0 -1
- package/dist/test.test.d.ts +0 -1
- package/dist/test.test.js +0 -9
- package/dist/test.test.js.map +0 -1
- package/tsconfig.json +0 -24
- package/vitest.config.ts +0 -1
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const vitest_1 = require("vitest");
|
|
4
|
-
const script_branches_map_1 = require("./script-branches-map");
|
|
5
|
-
(0, vitest_1.describe)('ScriptTestSimulator', () => {
|
|
6
|
-
(0, vitest_1.test)('error case', () => {
|
|
7
|
-
let scripts = [{ id: 'scriptbasic', actions: [{ type: 'command', value: 'gameOver()' }] }];
|
|
8
|
-
let visitedBranchesMap = new script_branches_map_1.ScriptBranchesMap(scripts);
|
|
9
|
-
(0, vitest_1.expect)(visitedBranchesMap.getUnvisitedBranchLocations()).toEqual([
|
|
10
|
-
{
|
|
11
|
-
scriptId: 'scriptbasic',
|
|
12
|
-
path: []
|
|
13
|
-
}
|
|
14
|
-
]);
|
|
15
|
-
});
|
|
16
|
-
(0, vitest_1.test)('visiting branch', () => {
|
|
17
|
-
let scripts = [{ id: 'scriptbasic', actions: [{ type: 'command', value: 'gameOver()' }] }];
|
|
18
|
-
let visitedBranchesMap = new script_branches_map_1.ScriptBranchesMap(scripts);
|
|
19
|
-
visitedBranchesMap.setVisited(scripts[0]);
|
|
20
|
-
(0, vitest_1.expect)(visitedBranchesMap.getUnvisitedBranchLocations()).toEqual([]);
|
|
21
|
-
});
|
|
22
|
-
(0, vitest_1.test)('when an error being shown, ignore children errors', () => {
|
|
23
|
-
let childBranch = {
|
|
24
|
-
condition: 'getPlayerCredits() >= 2000',
|
|
25
|
-
actions: [{ type: 'command', value: 'gameOver()' }]
|
|
26
|
-
};
|
|
27
|
-
let scripts = [
|
|
28
|
-
{
|
|
29
|
-
id: 'scriptbasic',
|
|
30
|
-
actions: [
|
|
31
|
-
{
|
|
32
|
-
type: 'branchByCondition',
|
|
33
|
-
value: [childBranch]
|
|
34
|
-
}
|
|
35
|
-
]
|
|
36
|
-
}
|
|
37
|
-
];
|
|
38
|
-
let visitedBranchesMap = new script_branches_map_1.ScriptBranchesMap(scripts);
|
|
39
|
-
(0, vitest_1.expect)(visitedBranchesMap.getUnvisitedBranchLocations()).toEqual([
|
|
40
|
-
{
|
|
41
|
-
scriptId: 'scriptbasic',
|
|
42
|
-
path: []
|
|
43
|
-
}
|
|
44
|
-
]);
|
|
45
|
-
});
|
|
46
|
-
(0, vitest_1.test)('child error', () => {
|
|
47
|
-
let childBranch = {
|
|
48
|
-
condition: 'getPlayerCredits() >= 2000',
|
|
49
|
-
actions: [{ type: 'command', value: 'gameOver()' }]
|
|
50
|
-
};
|
|
51
|
-
let scripts = [
|
|
52
|
-
{
|
|
53
|
-
id: 'scriptbasic',
|
|
54
|
-
actions: [
|
|
55
|
-
{
|
|
56
|
-
type: 'branchByCondition',
|
|
57
|
-
value: [childBranch]
|
|
58
|
-
}
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
];
|
|
62
|
-
let visitedBranchesMap = new script_branches_map_1.ScriptBranchesMap(scripts);
|
|
63
|
-
visitedBranchesMap.setVisited(scripts[0]);
|
|
64
|
-
(0, vitest_1.expect)(visitedBranchesMap.getUnvisitedBranchLocations()).toEqual([
|
|
65
|
-
{
|
|
66
|
-
scriptId: 'scriptbasic',
|
|
67
|
-
path: ['actions', '0', 'branchByCondition', '0']
|
|
68
|
-
}
|
|
69
|
-
]);
|
|
70
|
-
});
|
|
71
|
-
(0, vitest_1.test)('get branch path', () => {
|
|
72
|
-
let childBranch = {
|
|
73
|
-
condition: 'getPlayerCredits() >= 2000',
|
|
74
|
-
actions: [{ type: 'command', value: 'gameOver()' }]
|
|
75
|
-
};
|
|
76
|
-
let scripts = [
|
|
77
|
-
{
|
|
78
|
-
id: 'scriptbasic',
|
|
79
|
-
actions: [
|
|
80
|
-
{
|
|
81
|
-
type: 'branchByCondition',
|
|
82
|
-
value: [childBranch]
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
}
|
|
86
|
-
];
|
|
87
|
-
let visitedBranchesMap = new script_branches_map_1.ScriptBranchesMap(scripts);
|
|
88
|
-
visitedBranchesMap.setVisited(scripts[0]);
|
|
89
|
-
(0, vitest_1.expect)(visitedBranchesMap.getBranchLocation(childBranch)).toEqual({
|
|
90
|
-
scriptId: 'scriptbasic',
|
|
91
|
-
path: ['actions', '0', 'branchByCondition', '0']
|
|
92
|
-
});
|
|
93
|
-
});
|
|
94
|
-
(0, vitest_1.test)('get branch path', () => {
|
|
95
|
-
let childAction = { type: 'command', value: 'gameOver()' };
|
|
96
|
-
let scripts = [
|
|
97
|
-
{
|
|
98
|
-
id: 'scriptbasic',
|
|
99
|
-
actions: [
|
|
100
|
-
{
|
|
101
|
-
type: 'branchByCondition',
|
|
102
|
-
value: [
|
|
103
|
-
{
|
|
104
|
-
condition: 'getPlayerCredits() >= 2000',
|
|
105
|
-
actions: [childAction]
|
|
106
|
-
}
|
|
107
|
-
]
|
|
108
|
-
}
|
|
109
|
-
]
|
|
110
|
-
}
|
|
111
|
-
];
|
|
112
|
-
let visitedBranchesMap = new script_branches_map_1.ScriptBranchesMap(scripts);
|
|
113
|
-
visitedBranchesMap.setVisited(scripts[0]);
|
|
114
|
-
(0, vitest_1.expect)(visitedBranchesMap.getActionLocation(childAction)).toEqual({
|
|
115
|
-
scriptId: 'scriptbasic',
|
|
116
|
-
path: ['actions', '0', 'branchByCondition', '0', 'actions', '0']
|
|
117
|
-
});
|
|
118
|
-
});
|
|
119
|
-
});
|
|
120
|
-
//# sourceMappingURL=script-branches-map.test.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"script-branches-map.test.js","sourceRoot":"","sources":["../../../src/simulator/helpers/script-branches-map.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { JSEngine } from 'helpers-lib';
|
|
2
|
-
import { ExecutionLocation, ScriptDefinition, ScriptTestActionDefinition } from '../interfaces';
|
|
3
|
-
export declare abstract class ScriptEngineSimulatorFunctions {
|
|
4
|
-
abstract onDialog(text: string, speaker: string): void;
|
|
5
|
-
abstract onPlayerChoice(choices: readonly string[]): void;
|
|
6
|
-
abstract onEnd(): void;
|
|
7
|
-
abstract onScriptBranchingEnd(): void;
|
|
8
|
-
}
|
|
9
|
-
export interface ScriptTestSimulatorOptions {
|
|
10
|
-
readonly prscriptTypeChanges?: boolean;
|
|
11
|
-
readonly richTextTags?: Set<string>;
|
|
12
|
-
}
|
|
13
|
-
export declare class ScriptTestSimulator<T extends ScriptEngineSimulatorFunctions> {
|
|
14
|
-
private scriptDefinitions;
|
|
15
|
-
private options;
|
|
16
|
-
private scriptBranchesMap;
|
|
17
|
-
private globalNameSpace?;
|
|
18
|
-
private visitedBranchStates;
|
|
19
|
-
constructor(scriptDefinitions: ScriptDefinition[], options?: ScriptTestSimulatorOptions);
|
|
20
|
-
/**
|
|
21
|
-
* @throws SimulationError, ActionsBeforeTestingError, BranchingBeforeTestingError
|
|
22
|
-
*/
|
|
23
|
-
simulateScript(scriptDefinition: ScriptDefinition, jsEngine: JSEngine<T>, actionsBeforeTesting: readonly ScriptTestActionDefinition[]): void;
|
|
24
|
-
getUnvisitedBranchLocations(): ExecutionLocation[];
|
|
25
|
-
private processActionsBeforeTesting;
|
|
26
|
-
private executeActionBeforeTesting;
|
|
27
|
-
private branchOutFromScript;
|
|
28
|
-
private executeScript;
|
|
29
|
-
private executeBranch;
|
|
30
|
-
private executeAction;
|
|
31
|
-
private executeActionCommand;
|
|
32
|
-
private executeDialogCommand;
|
|
33
|
-
private executeActionjumpTo;
|
|
34
|
-
private executeActionBranchByCondition;
|
|
35
|
-
private executeActionBranchByChance;
|
|
36
|
-
private executeActionBranchByPlayerChoice;
|
|
37
|
-
private checkBranchCondition;
|
|
38
|
-
private removeDuplicateEndings;
|
|
39
|
-
private isBranchVisitedAndRegister;
|
|
40
|
-
private duplicateContext;
|
|
41
|
-
private prepareErrorMessage;
|
|
42
|
-
}
|
|
@@ -1,373 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ScriptTestSimulator = exports.ScriptEngineSimulatorFunctions = void 0;
|
|
4
|
-
const helpers_lib_1 = require("helpers-lib");
|
|
5
|
-
const action_before_testing_1 = require("../decorators/action-before-testing");
|
|
6
|
-
const interfaces_1 = require("../interfaces");
|
|
7
|
-
const structured_text_1 = require("../structured-text");
|
|
8
|
-
const execution_history_1 = require("./helpers/execution-history");
|
|
9
|
-
const script_branches_map_1 = require("./helpers/script-branches-map");
|
|
10
|
-
class ScriptEngineSimulatorFunctions {
|
|
11
|
-
}
|
|
12
|
-
exports.ScriptEngineSimulatorFunctions = ScriptEngineSimulatorFunctions;
|
|
13
|
-
const MAX_CALL_STACK_DEPTH = 100;
|
|
14
|
-
class ScriptTestSimulator {
|
|
15
|
-
constructor(scriptDefinitions, options = { prscriptTypeChanges: true, richTextTags: undefined }) {
|
|
16
|
-
this.scriptDefinitions = scriptDefinitions;
|
|
17
|
-
this.options = options;
|
|
18
|
-
this.visitedBranchStates = new Map();
|
|
19
|
-
this.scriptBranchesMap = new script_branches_map_1.ScriptBranchesMap(this.scriptDefinitions);
|
|
20
|
-
if (this.options.prscriptTypeChanges) {
|
|
21
|
-
this.globalNameSpace = new Map();
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* @throws SimulationError, ActionsBeforeTestingError, BranchingBeforeTestingError
|
|
26
|
-
*/
|
|
27
|
-
simulateScript(scriptDefinition, jsEngine, actionsBeforeTesting) {
|
|
28
|
-
if (this.options.prscriptTypeChanges) {
|
|
29
|
-
jsEngine.globalNameSpace = this.globalNameSpace;
|
|
30
|
-
}
|
|
31
|
-
let initialContext = {
|
|
32
|
-
executionHistory: new execution_history_1.ExecutionHistory(),
|
|
33
|
-
stack: new helpers_lib_1.Stack(),
|
|
34
|
-
jsEngine,
|
|
35
|
-
depth: 0,
|
|
36
|
-
lastExecutedAction: undefined
|
|
37
|
-
};
|
|
38
|
-
let allPossibleStates = [initialContext];
|
|
39
|
-
this.processActionsBeforeTesting(actionsBeforeTesting, allPossibleStates);
|
|
40
|
-
this.visitedBranchStates.clear();
|
|
41
|
-
this.executeScript(scriptDefinition, allPossibleStates);
|
|
42
|
-
this.visitedBranchStates.clear();
|
|
43
|
-
}
|
|
44
|
-
getUnvisitedBranchLocations() {
|
|
45
|
-
return this.scriptBranchesMap.getUnvisitedBranchLocations();
|
|
46
|
-
}
|
|
47
|
-
processActionsBeforeTesting(actionsBeforeTesting, allPossibleStates) {
|
|
48
|
-
actionsBeforeTesting.forEach((action, index) => {
|
|
49
|
-
switch (action.type) {
|
|
50
|
-
case 'command':
|
|
51
|
-
this.executeActionBeforeTesting(action, allPossibleStates, index);
|
|
52
|
-
break;
|
|
53
|
-
case 'runScript':
|
|
54
|
-
this.branchOutFromScript(action, allPossibleStates, index);
|
|
55
|
-
break;
|
|
56
|
-
default:
|
|
57
|
-
throw new Error(`Unknown action before testing type: ${action.type}`);
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
}
|
|
61
|
-
executeActionBeforeTesting(action, allPossibleStates, index) {
|
|
62
|
-
try {
|
|
63
|
-
allPossibleStates.forEach(state => {
|
|
64
|
-
Reflect.defineMetadata(action_before_testing_1.ActionBeforeTestingFlag, true, state.jsEngine.functions);
|
|
65
|
-
state.jsEngine.execute(action.value);
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
catch (e) {
|
|
69
|
-
let errorMessage = this.prepareErrorMessage(`${e}`, allPossibleStates[0].executionHistory);
|
|
70
|
-
throw new interfaces_1.ActionsBeforeTestingError(errorMessage, index);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
branchOutFromScript(action, allPossibleStates, index) {
|
|
74
|
-
let allPossibleEndings = [];
|
|
75
|
-
let targetScript = this.scriptBranchesMap.getScript(action.value);
|
|
76
|
-
if (!targetScript) {
|
|
77
|
-
throw new Error(`Target script is not found: ${action.value}`);
|
|
78
|
-
}
|
|
79
|
-
try {
|
|
80
|
-
this.visitedBranchStates.clear();
|
|
81
|
-
allPossibleStates.forEach(state => {
|
|
82
|
-
state.executionHistory.addEntry(`Branching out from script: ${action.value}`);
|
|
83
|
-
state.depth = 0;
|
|
84
|
-
Reflect.defineMetadata(action_before_testing_1.ActionBeforeTestingFlag, false, state.jsEngine.functions);
|
|
85
|
-
let executionResult = this.executeBranch(targetScript, state, false);
|
|
86
|
-
if (!executionResult.exitFound) {
|
|
87
|
-
let errorMessage = this.prepareErrorMessage(`All possible paths are creating infinite loops, no exit found while executing: ${action.value}`, state.executionHistory);
|
|
88
|
-
throw new interfaces_1.SimulationError(errorMessage, this.scriptBranchesMap.getRootBranchLocation(targetScript));
|
|
89
|
-
}
|
|
90
|
-
executionResult.allEndings.forEach(ending => {
|
|
91
|
-
allPossibleEndings.push(ending);
|
|
92
|
-
});
|
|
93
|
-
});
|
|
94
|
-
let uniqueEndings = this.removeDuplicateEndings(allPossibleEndings);
|
|
95
|
-
allPossibleStates.length = 0;
|
|
96
|
-
allPossibleStates.push(...uniqueEndings);
|
|
97
|
-
allPossibleStates.forEach(ending => {
|
|
98
|
-
ending.executionHistory
|
|
99
|
-
.addEntry(`${uniqueEndings.length} unique ending${uniqueEndings.length > 1 ? 's' : ''} generated.`)
|
|
100
|
-
.addEntry('');
|
|
101
|
-
if (!ending.lastExecutedAction) {
|
|
102
|
-
throw new Error('Script execution is ended without executing any command!');
|
|
103
|
-
}
|
|
104
|
-
else {
|
|
105
|
-
try {
|
|
106
|
-
ending.jsEngine.functions.onScriptBranchingEnd();
|
|
107
|
-
}
|
|
108
|
-
catch (e) {
|
|
109
|
-
let path = this.scriptBranchesMap.getActionLocation(ending.lastExecutedAction);
|
|
110
|
-
let errorMessage = this.prepareErrorMessage(`${e}`, ending.executionHistory);
|
|
111
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
});
|
|
115
|
-
}
|
|
116
|
-
catch (e) {
|
|
117
|
-
if (e instanceof interfaces_1.SimulationError) {
|
|
118
|
-
throw new interfaces_1.BranchingBeforeTestingError(`${e.message}`, index, e.location);
|
|
119
|
-
}
|
|
120
|
-
else {
|
|
121
|
-
throw e;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
executeScript(scriptDefinition, allPossibleStates) {
|
|
126
|
-
allPossibleStates.forEach(state => {
|
|
127
|
-
state.executionHistory.addEntry(`Running script: ${scriptDefinition.id}`);
|
|
128
|
-
state.depth = 0;
|
|
129
|
-
Reflect.defineMetadata(action_before_testing_1.ActionBeforeTestingFlag, false, state.jsEngine.functions);
|
|
130
|
-
let executionResult = this.executeBranch(scriptDefinition, state, true);
|
|
131
|
-
if (!executionResult.exitFound) {
|
|
132
|
-
let errorMessage = this.prepareErrorMessage(`All possible paths are creating infinite loops, no exit found while executing: ${scriptDefinition.id}`, state.executionHistory);
|
|
133
|
-
throw new interfaces_1.SimulationError(errorMessage, this.scriptBranchesMap.getRootBranchLocation(scriptDefinition));
|
|
134
|
-
}
|
|
135
|
-
executionResult.allEndings.forEach(ending => {
|
|
136
|
-
if (!ending.lastExecutedAction) {
|
|
137
|
-
throw new Error('Script execution is ended without executing any command!');
|
|
138
|
-
}
|
|
139
|
-
else {
|
|
140
|
-
try {
|
|
141
|
-
ending.jsEngine.functions.onEnd();
|
|
142
|
-
}
|
|
143
|
-
catch (e) {
|
|
144
|
-
let path = this.scriptBranchesMap.getActionLocation(ending.lastExecutedAction);
|
|
145
|
-
let errorMessage = this.prepareErrorMessage(`${e}`, ending.executionHistory);
|
|
146
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
});
|
|
150
|
-
});
|
|
151
|
-
}
|
|
152
|
-
executeBranch(branch, context, registerVisitedBranches) {
|
|
153
|
-
if (!this.isBranchVisitedAndRegister(branch, context)) {
|
|
154
|
-
return {
|
|
155
|
-
allEndings: [],
|
|
156
|
-
exitFound: false
|
|
157
|
-
};
|
|
158
|
-
}
|
|
159
|
-
let allPossibleEndings = [];
|
|
160
|
-
let exitFound = true;
|
|
161
|
-
if (registerVisitedBranches) {
|
|
162
|
-
this.scriptBranchesMap.setVisited(branch);
|
|
163
|
-
}
|
|
164
|
-
context.depth++;
|
|
165
|
-
if (context.depth > MAX_CALL_STACK_DEPTH) {
|
|
166
|
-
let errorMessage = this.prepareErrorMessage(`Maximum depth "${MAX_CALL_STACK_DEPTH}" is reached. Try to reduce the script branching tree or check infinite loops with trivial state changes.`, context.executionHistory);
|
|
167
|
-
throw new interfaces_1.SimulationError(errorMessage, this.scriptBranchesMap.getRootBranchLocation(branch));
|
|
168
|
-
}
|
|
169
|
-
context.stack.add(...branch.actions);
|
|
170
|
-
while (!context.stack.isEmpty) {
|
|
171
|
-
let action = context.stack.pop();
|
|
172
|
-
let executionResult = this.executeAction(action, context, registerVisitedBranches);
|
|
173
|
-
if (context.stack.isEmpty) {
|
|
174
|
-
allPossibleEndings.push(...executionResult.allEndings);
|
|
175
|
-
exitFound = executionResult.exitFound && exitFound;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
allPossibleEndings = allPossibleEndings.length > 0 ? this.removeDuplicateEndings(allPossibleEndings) : [];
|
|
179
|
-
return {
|
|
180
|
-
allEndings: allPossibleEndings,
|
|
181
|
-
exitFound
|
|
182
|
-
};
|
|
183
|
-
}
|
|
184
|
-
executeAction(action, context, registerVisitedBranches) {
|
|
185
|
-
context.lastExecutedAction = action;
|
|
186
|
-
switch (action.type) {
|
|
187
|
-
case 'command':
|
|
188
|
-
return this.executeActionCommand(action, context);
|
|
189
|
-
case 'dialog':
|
|
190
|
-
return this.executeDialogCommand(action, context);
|
|
191
|
-
case 'jumpTo':
|
|
192
|
-
return this.executeActionjumpTo(action, context, registerVisitedBranches);
|
|
193
|
-
case 'branchByCondition':
|
|
194
|
-
return this.executeActionBranchByCondition(action, context, registerVisitedBranches);
|
|
195
|
-
case 'branchByChance':
|
|
196
|
-
return this.executeActionBranchByChance(action, context, registerVisitedBranches);
|
|
197
|
-
case 'branchByPlayerChoice':
|
|
198
|
-
return this.executeActionBranchByPlayerChoice(action, context, registerVisitedBranches);
|
|
199
|
-
default:
|
|
200
|
-
throw new Error(`Unknown action type: ${action.type}`);
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
executeActionCommand(action, context) {
|
|
204
|
-
try {
|
|
205
|
-
context.jsEngine.execute(action.value);
|
|
206
|
-
}
|
|
207
|
-
catch (e) {
|
|
208
|
-
let path = this.scriptBranchesMap.getActionLocation(action);
|
|
209
|
-
let errorMessage = this.prepareErrorMessage(`${e}`, context.executionHistory);
|
|
210
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
211
|
-
}
|
|
212
|
-
return {
|
|
213
|
-
allEndings: [context],
|
|
214
|
-
exitFound: true
|
|
215
|
-
};
|
|
216
|
-
}
|
|
217
|
-
executeDialogCommand(action, context) {
|
|
218
|
-
let dialogItem = action.value;
|
|
219
|
-
let text;
|
|
220
|
-
try {
|
|
221
|
-
text = context.jsEngine.string(dialogItem.text);
|
|
222
|
-
this.options.richTextTags && structured_text_1.RichTextValidator.validate(text, this.options.richTextTags);
|
|
223
|
-
context.jsEngine.functions.onDialog(text, dialogItem.speaker);
|
|
224
|
-
}
|
|
225
|
-
catch (e) {
|
|
226
|
-
let path = this.scriptBranchesMap.getActionLocation(action);
|
|
227
|
-
let errorMessage = this.prepareErrorMessage(`${e}`, context.executionHistory);
|
|
228
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
229
|
-
}
|
|
230
|
-
return {
|
|
231
|
-
allEndings: [context],
|
|
232
|
-
exitFound: true
|
|
233
|
-
};
|
|
234
|
-
}
|
|
235
|
-
executeActionjumpTo(action, context, registerVisitedBranches) {
|
|
236
|
-
let targetScript = this.scriptBranchesMap.getScript(action.value);
|
|
237
|
-
context.executionHistory.addEntry(`Jumping to script: ${action.value}`);
|
|
238
|
-
return this.executeBranch(targetScript, context, registerVisitedBranches);
|
|
239
|
-
}
|
|
240
|
-
executeActionBranchByCondition(action, context, registerVisitedBranches) {
|
|
241
|
-
let subBranches = action.value;
|
|
242
|
-
let validBranch = subBranches.find(subBranch => this.checkBranchCondition(subBranch, context));
|
|
243
|
-
if (!validBranch) {
|
|
244
|
-
let path = this.scriptBranchesMap.getActionLocation(action);
|
|
245
|
-
let errorMessage = this.prepareErrorMessage(`No option is fulfilled the condition during branching.`, context.executionHistory);
|
|
246
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
247
|
-
}
|
|
248
|
-
context.executionHistory.addEntry(`Branching by condition: ${validBranch.condition ? validBranch.condition : 'default'}`);
|
|
249
|
-
return this.executeBranch(validBranch, context, registerVisitedBranches);
|
|
250
|
-
}
|
|
251
|
-
executeActionBranchByChance(action, context, registerVisitedBranches) {
|
|
252
|
-
let subBranches = action.value;
|
|
253
|
-
let validItems = subBranches
|
|
254
|
-
.map((subBranch, index) => ({ index, subBranch }))
|
|
255
|
-
.filter(item => this.checkBranchCondition(item.subBranch, context));
|
|
256
|
-
if (validItems.length === 0) {
|
|
257
|
-
let path = this.scriptBranchesMap.getActionLocation(action);
|
|
258
|
-
let errorMessage = this.prepareErrorMessage(`No option is fulfilled the condition during branching.`, context.executionHistory);
|
|
259
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
260
|
-
}
|
|
261
|
-
let allExecutionResults = validItems.map(item => {
|
|
262
|
-
try {
|
|
263
|
-
let weight = helpers_lib_1.Comparator.isString(item.subBranch.weight)
|
|
264
|
-
? context.jsEngine.number(item.subBranch.weight)
|
|
265
|
-
: item.subBranch.weight;
|
|
266
|
-
if (!helpers_lib_1.Comparator.isNumber(weight) || weight < 0) {
|
|
267
|
-
throw new Error(`Weight of branch ${item.index} is not a valid number: "${item.subBranch.weight}" -> ${weight}.`);
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
catch (e) {
|
|
271
|
-
let path = this.scriptBranchesMap.getActionLocation(action);
|
|
272
|
-
let errorMessage = this.prepareErrorMessage(`${e}`, context.executionHistory);
|
|
273
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
274
|
-
}
|
|
275
|
-
let newContext = this.duplicateContext(context);
|
|
276
|
-
newContext.executionHistory.addEntry(`Branching by chance: ${item.index}`);
|
|
277
|
-
return this.executeBranch(item.subBranch, newContext, registerVisitedBranches);
|
|
278
|
-
});
|
|
279
|
-
return {
|
|
280
|
-
allEndings: allExecutionResults.flatMap(result => result.allEndings),
|
|
281
|
-
exitFound: allExecutionResults.some(result => result.exitFound)
|
|
282
|
-
};
|
|
283
|
-
}
|
|
284
|
-
executeActionBranchByPlayerChoice(action, context, registerVisitedBranches) {
|
|
285
|
-
let subBranches = action.value;
|
|
286
|
-
let validBranches = subBranches.filter(subBranch => this.checkBranchCondition(subBranch, context));
|
|
287
|
-
if (validBranches.length === 0) {
|
|
288
|
-
let path = this.scriptBranchesMap.getActionLocation(action);
|
|
289
|
-
let errorMessage = this.prepareErrorMessage(`No option is fulfilled the condition during branching.`, context.executionHistory);
|
|
290
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
291
|
-
}
|
|
292
|
-
try {
|
|
293
|
-
context.jsEngine.functions.onPlayerChoice(validBranches.map(branch => context.jsEngine.string(branch.text)));
|
|
294
|
-
}
|
|
295
|
-
catch (e) {
|
|
296
|
-
let path = this.scriptBranchesMap.getActionLocation(action);
|
|
297
|
-
let errorMessage = this.prepareErrorMessage(`${e}`, context.executionHistory);
|
|
298
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
299
|
-
}
|
|
300
|
-
let allExecutionResults = validBranches.map(subBranch => {
|
|
301
|
-
let newContext = this.duplicateContext(context);
|
|
302
|
-
newContext.executionHistory.addEntry(`Player choice: ${subBranch.text}`);
|
|
303
|
-
return this.executeBranch(subBranch, newContext, registerVisitedBranches);
|
|
304
|
-
});
|
|
305
|
-
return {
|
|
306
|
-
allEndings: allExecutionResults.flatMap(result => result.allEndings),
|
|
307
|
-
exitFound: allExecutionResults.some(result => result.exitFound)
|
|
308
|
-
};
|
|
309
|
-
}
|
|
310
|
-
checkBranchCondition(branch, context) {
|
|
311
|
-
if (!branch.condition) {
|
|
312
|
-
return true;
|
|
313
|
-
}
|
|
314
|
-
else {
|
|
315
|
-
try {
|
|
316
|
-
return context.jsEngine.boolean(branch.condition);
|
|
317
|
-
}
|
|
318
|
-
catch (e) {
|
|
319
|
-
let path = this.scriptBranchesMap.getBranchLocation(branch);
|
|
320
|
-
let errorMessage = this.prepareErrorMessage(`${e}`, context.executionHistory);
|
|
321
|
-
throw new interfaces_1.SimulationError(errorMessage, path);
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
removeDuplicateEndings(allPossibleEndings) {
|
|
326
|
-
let uniqueEndings = [];
|
|
327
|
-
let processedEndings = allPossibleEndings.map(ending => ({
|
|
328
|
-
ending: ending,
|
|
329
|
-
variablesString: JSON.stringify(ending.jsEngine.variables),
|
|
330
|
-
functionsString: JSON.stringify(ending.jsEngine.functions)
|
|
331
|
-
}));
|
|
332
|
-
processedEndings.forEach(data => {
|
|
333
|
-
let isUnique = uniqueEndings.every(uniqueEnding => data.functionsString !== uniqueEnding.functionsString || data.variablesString !== uniqueEnding.variablesString);
|
|
334
|
-
if (isUnique) {
|
|
335
|
-
uniqueEndings.push({
|
|
336
|
-
ending: data.ending,
|
|
337
|
-
variablesString: data.variablesString,
|
|
338
|
-
functionsString: data.functionsString
|
|
339
|
-
});
|
|
340
|
-
}
|
|
341
|
-
});
|
|
342
|
-
return uniqueEndings.map(data => data.ending);
|
|
343
|
-
}
|
|
344
|
-
isBranchVisitedAndRegister(branch, context) {
|
|
345
|
-
let stateString = JSON.stringify(context.jsEngine.variables) + JSON.stringify(context.jsEngine.functions);
|
|
346
|
-
let branchStates = this.visitedBranchStates.get(branch);
|
|
347
|
-
if (!branchStates) {
|
|
348
|
-
branchStates = new Set();
|
|
349
|
-
this.visitedBranchStates.set(branch, branchStates);
|
|
350
|
-
}
|
|
351
|
-
if (branchStates.has(stateString)) {
|
|
352
|
-
return false;
|
|
353
|
-
}
|
|
354
|
-
else {
|
|
355
|
-
branchStates.add(stateString);
|
|
356
|
-
return true;
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
duplicateContext(context) {
|
|
360
|
-
return {
|
|
361
|
-
executionHistory: context.executionHistory.duplicate(),
|
|
362
|
-
stack: context.stack.duplicate(),
|
|
363
|
-
jsEngine: context.jsEngine.duplicate(),
|
|
364
|
-
depth: context.depth,
|
|
365
|
-
lastExecutedAction: context.lastExecutedAction
|
|
366
|
-
};
|
|
367
|
-
}
|
|
368
|
-
prepareErrorMessage(errorMessage, executionHistory) {
|
|
369
|
-
return `${errorMessage}\n\n----Execution history----\n${executionHistory.toString()}`;
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
exports.ScriptTestSimulator = ScriptTestSimulator;
|
|
373
|
-
//# sourceMappingURL=script-test-simulator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"script-test-simulator.js","sourceRoot":"","sources":["../../src/simulator/script-test-simulator.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|