⬅️ Back to Table of Contents
📄 index.ts
📊 Analysis Summary
Metric |
Count |
📊 Variables & Constants |
2 |
🔄 Re-exports |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/parser/src/index.ts
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
version |
string |
const |
require('../package.json').version |
✓ |
meta |
{ name: string; version: string; } |
const |
`{ |
|
name: 'typescript-eslint/parser', |
|
|
|
|
version, |
|
|
|
|
}` |
✓ |
|
|
|
Re-exports
Type |
Source |
Exported Names |
named |
./parser |
parse, parseForESLint, ParserOptions |
named |
@typescript-eslint/typescript-estree |
clearCaches, createProgram, ParserServices, ParserServicesWithoutTypeInformation, ParserServicesWithTypeInformation, withoutProjectParserOptions |