microvium
Version:
A compact, embeddable scripting engine for microcontrollers for executing small scripts written in a subset of JavaScript.
36 lines • 1.25 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.binaryRegionFilenames = void 0;
exports.binaryRegionFilenames = {
empty: {
binary: {
output: './test/binary-region/output.empty.bin',
expected: './test/binary-region/expected.empty.bin',
},
html: {
output: './test/binary-region/output.empty.html',
expected: './test/binary-region/expected.empty.html',
}
},
basic: {
binary: {
output: './test/binary-region/output.basic.bin',
expected: './test/binary-region/expected.basic.bin',
},
html: {
output: './test/binary-region/output.basic.html',
expected: './test/binary-region/expected.basic.html',
},
},
placeholders: {
binary: {
output: './test/binary-region/output.placeholders.bin',
expected: './test/binary-region/expected.placeholders.bin',
},
html: {
output: './test/binary-region/output.placeholders.html',
expected: './test/binary-region/expected.placeholders.html',
},
},
};
//# sourceMappingURL=filenames.js.map