UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

9 lines (8 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Scope; (function (Scope) { Scope["Public"] = "public"; Scope["Protected"] = "protected"; Scope["Private"] = "private"; })(/* istanbul ignore next */Scope = exports.Scope || (exports.Scope = {}));