typescript-estree
Version:
A parser that converts TypeScript source code into an ESTree compatible form
11 lines (10 loc) • 487 B
JavaScript
/**
* This document specifies the core ESTree AST node types based on:
* - ES5: https://github.com/estree/estree/blob/master/es5.md
* - ES2015: https://github.com/estree/estree/blob/master/es2015.md
* - ES2016: https://github.com/estree/estree/blob/master/es2016.md
* - ES2017: https://github.com/estree/estree/blob/master/es2017.md
* - ES2018: https://github.com/estree/estree/blob/master/es2018.md
*/
Object.defineProperty(exports, "__esModule", { value: true });
;