UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

17 lines (16 loc) 614 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); function ImportExpressionedNode(Base) { return /** @class */ (function (_super) { tslib_1.__extends(class_1, _super); function class_1() { return _super !== null && _super.apply(this, arguments) || this; } class_1.prototype.getExpression = function () { return this.getNodeFromCompilerNode(this.compilerNode.expression); }; return class_1; }(Base)); } exports.ImportExpressionedNode = ImportExpressionedNode;