ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
22 lines (21 loc) • 967 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// flattened typescript exports
var typescript_1 = require("typescript");
exports.SyntaxKind = typescript_1.SyntaxKind;
exports.ScriptTarget = typescript_1.ScriptTarget;
exports.ScriptKind = typescript_1.ScriptKind;
exports.LanguageVariant = typescript_1.LanguageVariant;
exports.EmitHint = typescript_1.EmitHint;
exports.JsxEmit = typescript_1.JsxEmit;
exports.ModuleKind = typescript_1.ModuleKind;
exports.ModuleResolutionKind = typescript_1.ModuleResolutionKind;
exports.NewLineKind = typescript_1.NewLineKind;
exports.TypeFlags = typescript_1.TypeFlags;
exports.ObjectFlags = typescript_1.ObjectFlags;
exports.SymbolFlags = typescript_1.SymbolFlags;
exports.TypeFormatFlags = typescript_1.TypeFormatFlags;
exports.DiagnosticCategory = typescript_1.DiagnosticCategory;
exports.IndentStyle = typescript_1.IndentStyle;
var ts = require("typescript");
exports.ts = ts;