ts-simple-ast
Version:
TypeScript compiler wrapper for AST navigation and code generation.
14 lines (12 loc) • 369 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const manipulation_1 = require("./../../manipulation");
function UnwrappableNode(Base) {
return class extends Base {
unwrap() {
manipulation_1.unwrapNode(this);
}
};
}
exports.UnwrappableNode = UnwrappableNode;
//# sourceMappingURL=UnwrappableNode.js.map