UNPKG

@neo-one/smart-contract-compiler

Version:

NEO•ONE TypeScript smart contract compiler.

19 lines (17 loc) 671 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LabeledStatementCompiler = void 0; const tslib_1 = require("tslib"); const typescript_1 = tslib_1.__importDefault(require("typescript")); const NodeCompiler_1 = require("../NodeCompiler"); class LabeledStatementCompiler extends NodeCompiler_1.NodeCompiler { constructor() { super(...arguments); this.kind = typescript_1.default.SyntaxKind.LabeledStatement; } visitNode(sb, node, _options) { sb.context.reportUnsupported(node); } } exports.LabeledStatementCompiler = LabeledStatementCompiler; //# sourceMappingURL=LabeledStatementCompiler.js.map