@bitloops/bl-transpiler
Version:
The one and only Bitloops Language transpiler
14 lines • 730 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.STATEMENTS_TEST_CASES = void 0;
const mappings_js_1 = require("../../../../src/helpers/mappings.js");
const file_js_1 = require("../../../../src/utils/file.js");
exports.STATEMENTS_TEST_CASES = [
{
description: 'Testing For of statement what pushes value objects inside an array',
input: file_js_1.FileUtil.readFileString('transpiler/__tests__/end-to-end/mocks/statements/for-of-statement.bl'),
classType: mappings_js_1.ClassTypes.DomainService,
output: file_js_1.FileUtil.readFileString('transpiler/__tests__/end-to-end/mocks/statements/for-of-statement.mock.ts'),
},
];
//# sourceMappingURL=index.js.map