UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for static analysis and code manipulation.

13 lines (12 loc) 770 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./getNextMatchingPos"), exports); tslib_1.__exportStar(require("./getNextNonWhitespacePos"), exports); tslib_1.__exportStar(require("./getPosAfterNewLine"), exports); tslib_1.__exportStar(require("./getPosAfterPreviousNonBlankLine"), exports); tslib_1.__exportStar(require("./getPosAtEndOfPreviousLine"), exports); tslib_1.__exportStar(require("./getPosAtEndOfPreviousLineOrNonWhitespace"), exports); tslib_1.__exportStar(require("./getPosAtNextNonBlankLine"), exports); tslib_1.__exportStar(require("./getPosAtStartOfLineOrNonWhitespace"), exports); tslib_1.__exportStar(require("./getPreviousMatchingPos"), exports);