UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

8 lines 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformJsxSelfClosingElement = transformJsxSelfClosingElement; const transformJsx_1 = require("../jsx/transformJsx"); function transformJsxSelfClosingElement(state, node) { return (0, transformJsx_1.transformJsx)(state, node, node.tagName, node.attributes, []); } //# sourceMappingURL=transformJsxSelfClosingElement.js.map