UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

16 lines (15 loc) 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var DocumentSpan_1 = require("./DocumentSpan"); /** * Rename location. */ var RenameLocation = /** @class */ (function (_super) { tslib_1.__extends(RenameLocation, _super); function RenameLocation() { return _super !== null && _super.apply(this, arguments) || this; } return RenameLocation; }(DocumentSpan_1.DocumentSpan)); exports.RenameLocation = RenameLocation;