@neo-one/smart-contract-compiler
Version:
NEO•ONE TypeScript smart contract compiler.
18 lines (16 loc) • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotEmittedStatementCompiler = void 0;
const tslib_1 = require("tslib");
const typescript_1 = tslib_1.__importDefault(require("typescript"));
const NodeCompiler_1 = require("../NodeCompiler");
class NotEmittedStatementCompiler extends NodeCompiler_1.NodeCompiler {
constructor() {
super(...arguments);
this.kind = typescript_1.default.SyntaxKind.NotEmittedStatement;
}
visitNode(_sb, _node, _options) {
}
}
exports.NotEmittedStatementCompiler = NotEmittedStatementCompiler;
//# sourceMappingURL=NotEmittedStatementCompiler.js.map