UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

7 lines 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IDENTIFIER_MACROS = void 0; exports.IDENTIFIER_MACROS = { Promise: (state, node) => state.TS(node, "Promise"), }; //# sourceMappingURL=identifierMacros.js.map