Home
last modified time | relevance | path

Searched refs:estree (Results 1 – 25 of 42) sorted by relevance

12

/third_party/typescript_eslint/packages/typescript-estree/
DCHANGELOG.md11 * **typescript-estree:** add `parseWithNodeMaps` API ([#2760](https://github.com/typescript-eslint/…
30 **Note:** Version bump only for package @typescript-eslint/typescript-estree
38 **Note:** Version bump only for package @typescript-eslint/typescript-estree
49 * **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https:/…
57 **Note:** Version bump only for package @typescript-eslint/typescript-estree
65 **Note:** Version bump only for package @typescript-eslint/typescript-estree
73 **Note:** Version bump only for package @typescript-eslint/typescript-estree
81 **Note:** Version bump only for package @typescript-eslint/typescript-estree
89 **Note:** Version bump only for package @typescript-eslint/typescript-estree
97 **Note:** Version bump only for package @typescript-eslint/typescript-estree
[all …]
DREADME.md3 …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-estree
117 filePath: 'estree.ts', // or 'estree.tsx', if you pass jsx: true
135 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` version
325 ….com/typescript-eslint/typescript-eslint/tree/master/packages/typescript-estree/tests/ast-alignmen…
/third_party/typescript_eslint/packages/typescript-estree/src/
Dast-converter.ts13 ): { estree: TSESTree.Program; astMaps: ASTMaps } {
34 const estree = instance.convertProgram(); constant
40 simpleTraverse(estree, {
60 estree.tokens = convertTokens(ast);
67 estree.comments = convertComments(ast, extra.code);
72 return { estree, astMaps };
Dparser.ts383 const { estree, astMaps } = astConverter(ast, extra, false); constant
386 ast: estree as AST<T>,
444 const { estree, astMaps } = astConverter(ast, extra, preserveNodeMaps); constant
461 ast: estree as AST<T>,
/third_party/typescript_eslint/packages/parser/
DCHANGELOG.md48 * **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 …]
/third_party/typescript_eslint/packages/shared-fixtures/
DCHANGELOG.md144 * **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 …]
/third_party/typescript_eslint/.github/ISSUE_TEMPLATE/
Dtypescript-estree.md2 name: '@typescript-eslint/typescript-estree'
3 about: Report an issue with the '@typescript-eslint/typescript-estree' package
5 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` |
/third_party/typescript_eslint/tests/performance/fixtures/lint-real-repo/
Dinstall-local-packages.sh11 yarn add @typescript-eslint/typescript-estree@file:///usr/typescript-estree
/third_party/typescript_eslint/packages/experimental-utils/
DREADME.md30 …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…
DCHANGELOG.md43 * **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…
/third_party/typescript_eslint/
DCHANGELOG.md17 * **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 …]
DREADME.md8 …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…
202estree`](./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/).
/third_party/typescript_eslint/packages/types/
DREADME.md13 …ing TypeScript code, consider using [`@typescript-eslint/typescript-estree`](../typescript-estree).
DCHANGELOG.md46 * **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/…
/third_party/node/deps/acorn/acorn-walk/
DREADME.md4 [ESTree](https://github.com/estree/estree) format.
43 spec](https://github.com/estree/estree). The properties should contain
/third_party/typescript_eslint/.github/PULL_REQUEST_TEMPLATE/
Dtypescript_version_upgrade.md14 - [ ] I have updated the range value in `packages/typescript-estree/src/parser.ts`
/third_party/typescript_eslint/tests/integration/fixtures/recommended-does-not-require-program/
Dtest.sh14 npm install $(npm pack /usr/typescript-estree | tail -1)
/third_party/typescript_eslint/tests/integration/fixtures/eslint-v6/
Dtest.sh15 npm install $(npm pack /usr/typescript-estree | tail -1)
/third_party/typescript_eslint/tests/integration/fixtures/typescript-and-tslint-plugins-together/
Dtest.sh14 npm install $(npm pack /usr/typescript-estree | tail -1)
/third_party/typescript_eslint/tests/integration/fixtures/markdown/
Dtest.sh14 npm install $(npm pack /usr/typescript-estree | tail -1)
/third_party/typescript_eslint/tests/integration/fixtures/vue-sfc/
Dtest.sh14 npm install $(npm pack /usr/typescript-estree | tail -1)
/third_party/typescript_eslint/tests/integration/fixtures/vue-jsx/
Dtest.sh14 npm install $(npm pack /usr/typescript-estree | tail -1)
/third_party/typescript_eslint/.github/
DISSUE_TEMPLATE.md74 | `@typescript-eslint/typescript-estree` | `X.Y.Z` |
/third_party/typescript_eslint/packages/scope-manager/
DCHANGELOG.md46 * **typescript-estree:** add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect ([#2669](https:/…
176 * **typescript-estree:** support TSv4 labelled tuple members ([#2378](https://github.com/typescript…
/third_party/typescript_eslint/packages/eslint-plugin/
DCHANGELOG.md87 * **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 …]

12