Searched refs:estree (Results 1 – 25 of 42) sorted by relevance
12
11 * **typescript-estree:** add `parseWithNodeMaps` API ([#2760](https://github.com/typescript-eslint/…30 **Note:** Version bump only for package @typescript-eslint/typescript-estree38 **Note:** Version bump only for package @typescript-eslint/typescript-estree49 * **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https:/…57 **Note:** Version bump only for package @typescript-eslint/typescript-estree65 **Note:** Version bump only for package @typescript-eslint/typescript-estree73 **Note:** Version bump only for package @typescript-eslint/typescript-estree81 **Note:** Version bump only for package @typescript-eslint/typescript-estree89 **Note:** Version bump only for package @typescript-eslint/typescript-estree97 **Note:** Version bump only for package @typescript-eslint/typescript-estree[all …]
3 …t converts TypeScript source code into an <a href="https://github.com/estree/estree">ESTree</a>-co…7 …kage/@typescript-eslint/typescript-estree"><img src="https://img.shields.io/npm/v/@typescript-esli…8 …age/@typescript-eslint/typescript-estree"><img src="https://img.shields.io/npm/dm/@typescript-esli…27 yarn add -D @typescript-eslint/typescript-estree117 filePath: 'estree.ts', // or 'estree.tsx', if you pass jsx: true135 import { parse } from '@typescript-eslint/typescript-estree';254 import { parseAndGenerateServices } from '@typescript-eslint/typescript-estree';286 import { parseWithNodeMaps } from '@typescript-eslint/typescript-estree';319 - The `typescript-estree` version325 ….com/typescript-eslint/typescript-eslint/tree/master/packages/typescript-estree/tests/ast-alignmen…
13 ): { estree: TSESTree.Program; astMaps: ASTMaps } {34 const estree = instance.convertProgram(); constant40 simpleTraverse(estree, {60 estree.tokens = convertTokens(ast);67 estree.comments = convertComments(ast, extra.code);72 return { estree, astMaps };
383 const { estree, astMaps } = astConverter(ast, extra, false); constant386 ast: estree as AST<T>,444 const { estree, astMaps } = astConverter(ast, extra, preserveNodeMaps); constant461 ast: estree as AST<T>,
48 * **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https:/…121 * **typescript-estree:** switch to globby ([#2418](https://github.com/typescript-eslint/typescript-…126 * **typescript-estree:** - removes the ability to supply a `RegExp` to `projectFolderIgnoreList`, a…161 * **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript…188 * **typescript-estree:** support short-circuiting assignment operators ([#2307](https://github.com/…189 * **typescript-estree:** support type annotations on catch clauses ([#2306](https://github.com/type…273 * **typescript-estree:** handle `BigInt` with `_` numeric separator ([#2067](https://github.com/typ…285 * **typescript-estree:** use `TSEmptyBodyFunctionExpression` for body-less nodes ([#1289](https://g…290 * add index files to parser and typescript-estree ([3dfc46d](https://github.com/typescript-eslint/t…293 * **typescript-estree:** align nodes with estree 2020 ([#1389](https://github.com/typescript-eslint…[all …]
144 * **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript…171 * **typescript-estree:** support short-circuiting assignment operators ([#2307](https://github.com/…172 * **typescript-estree:** support type annotations on catch clauses ([#2306](https://github.com/type…250 * **typescript-estree:** handle `BigInt` with `_` numeric separator ([#2067](https://github.com/typ…262 * **typescript-estree:** align nodes with estree 2020 ([#1389](https://github.com/typescript-eslint…263 * **typescript-estree:** align optional fields ([#1429](https://github.com/typescript-eslint/typesc…264 * **typescript-estree:** handle 3.9's non-null assertion changes ([#2036](https://github.com/typesc…358 * **typescript-estree:** support 3.8 `export * as ns` ([#1698](https://github.com/typescript-eslint…369 * **typescript-estree:** support 3.8 import/export type ([#1697](https://github.com/typescript-esli…428 * **typescript-estree:** fix identifier tokens typed as `Keyword` ([#1487](https://github.com/types…[all …]
2 name: '@typescript-eslint/typescript-estree'3 about: Report an issue with the '@typescript-eslint/typescript-estree' package5 labels: 'package: typescript-estree, triage'19 …template is only for problems specifically with the `@typescript-eslint/typescript-estree` package.72 | `@typescript-eslint/typescript-estree` | `X.Y.Z` |
11 yarn add @typescript-eslint/typescript-estree@file:///usr/typescript-estree
30 …types/src/ts-estree.ts) | Types for the TypeScript flavor of ESTree created…33 …pescript-estree/src/parser-options.ts) | Typing for the parser services provided when parsing a fi…
43 * **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https:/…284 * **typescript-estree:** remove now defunct `Import` node type ([f199cbd](https://github.com/typesc…293 * **typescript-estree:** always return parserServices ([#716](https://github.com/typescript-eslint/…390 * **typescript-estree:** add option to ignore certain folders from glob resolution ([#1802](https:/…505 * **typescript-estree:** add parserOption to turn on debug logs ([#1413](https://github.com/typescr…506 * **typescript-estree:** add strict type mapping to esTreeNodeToTSNodeMap ([#1382](https://github.c…630 * **typescript-estree:** support for parsing 3.7 features ([#1045](https://github.com/typescript-es…
17 * **typescript-estree:** add `parseWithNodeMaps` API ([#2760](https://github.com/typescript-eslint/…93 * **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https:/…234 * **typescript-estree:** correct ChainExpression interaction with parentheses and non-nulls ([#2380…245 * **typescript-estree:** switch to globby ([#2418](https://github.com/typescript-eslint/typescript-…250 * **typescript-estree:** - removes the ability to supply a `RegExp` to `projectFolderIgnoreList`, a…278 * **typescript-estree:** ts.NamedTupleMember workaround for <TS4.0 ([#2405](https://github.com/type…284 * **typescript-estree:** update allowed TS version range ([#2419](https://github.com/typescript-esl…313 * **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript…344 * **typescript-estree:** correct AST regression introduced by TS4.0 upgrade ([#2316](https://github…357 * **typescript-estree:** support short-circuiting assignment operators ([#2307](https://github.com/…[all …]
8 …age/@typescript-eslint/typescript-estree"><img src="https://img.shields.io/npm/dm/@typescript-esli…123 …guration and then invokes [`@typescript-eslint/typescript-estree`](./packages/typescript-estree/),…125 - [`@typescript-eslint/typescript-estree`](./packages/typescript-estree/) works by invoking the Typ…127 …s known as **[ESTree](https://github.com/estree/estree)**, which is why our package is called `typ…129 > Because [`@typescript-eslint/typescript-estree`](./packages/typescript-estree/) has a very specif…202 …estree`](./packages/typescript-estree/) - An entirely generic TypeScript parser which takes TypeSc…206 …ackages/parser/) - An ESLint-specific parser which leverages `typescript-estree` and is designed t…244 …`](./packages/parser/) and [`@typescript-eslint/typescript-estree`](./packages/typescript-estree/).
13 …ing TypeScript code, consider using [`@typescript-eslint/typescript-estree`](../typescript-estree).
46 * **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https:/…126 * **typescript-estree:** correct ChainExpression interaction with parentheses and non-nulls ([#2380…173 * **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript…201 * **typescript-estree:** support short-circuiting assignment operators ([#2307](https://github.com/…
4 [ESTree](https://github.com/estree/estree) format.43 spec](https://github.com/estree/estree). The properties should contain
14 - [ ] I have updated the range value in `packages/typescript-estree/src/parser.ts`
14 npm install $(npm pack /usr/typescript-estree | tail -1)
15 npm install $(npm pack /usr/typescript-estree | tail -1)
74 | `@typescript-eslint/typescript-estree` | `X.Y.Z` |
46 * **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https:/…176 * **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript…
87 * **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https:/…225 * **typescript-estree:** correct ChainExpression interaction with parentheses and non-nulls ([#2380…300 * **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript…508 * **typescript-estree:** remove now defunct `Import` node type ([f199cbd](https://github.com/typesc…509 * **typescript-estree:** use `TSEmptyBodyFunctionExpression` for body-less nodes ([#1289](https://g…530 * **typescript-estree:** align nodes with estree 2020 ([#1389](https://github.com/typescript-eslint…532 * **typescript-estree:** always return parserServices ([#716](https://github.com/typescript-eslint/…533 * **typescript-estree:** handle 3.9's non-null assertion changes ([#2036](https://github.com/typesc…879 * **typescript-estree:** correct type of `ArrayPattern.elements` ([#1451](https://github.com/typesc…903 * **typescript-estree:** resolve path relative to tsconfigRootDir ([#1439](https://github.com/types…[all …]