@bitloops/bl-transpiler
Version:
The one and only Bitloops Language transpiler
12 lines • 583 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ARRAY_FUNCTIONAL_METHODS_END_TO_END_TEST_CASES = void 0;
const file_js_1 = require("../../../../src/utils/file.js");
exports.ARRAY_FUNCTIONAL_METHODS_END_TO_END_TEST_CASES = [
{
description: 'Testing map method',
input: file_js_1.FileUtil.readFileString('transpiler/__tests__/end-to-end/mocks/array-methods/map.bl'),
output: file_js_1.FileUtil.readFileString('transpiler/__tests__/end-to-end/mocks/array-methods/map.mock.ts'),
},
];
//# sourceMappingURL=index.js.map