UNPKG

@bitloops/bl-transpiler

Version:
14 lines 730 B
"use strict"; 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