UNPKG

microvium

Version:

A compact, embeddable scripting engine for microcontrollers for executing small scripts written in a subset of JavaScript.

20 lines 806 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.decodeSnapshotTestFilenames = void 0; exports.decodeSnapshotTestFilenames = { ['decode-snapshot']: { snapshotToSave: { output: './test/decode-snapshot/output/snapshotToSave.il', expected: './test/decode-snapshot/expected/snapshotToSave.il', }, snapshotLoaded: { output: './test/decode-snapshot/output/snapshotLoaded.il', expected: './test/decode-snapshot/expected/snapshotLoaded.il', }, disassembly: { output: './test/decode-snapshot/output/snapshot.disassembly', expected: './test/decode-snapshot/expected/snapshot.disassembly', } } }; //# sourceMappingURL=filenames.js.map