Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

refactor(parser): add ast types to parser#205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JamesHenry merged 16 commits intotypescript-eslint:masterfromarmano2:parser-types
Feb 7, 2019
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
58be6e0
refactor(parser): add ast types to parser
armano2Feb 4, 2019
f99f7c7
test(ts-estree): add non null assertions
armano2Feb 4, 2019
dc7837b
chore(ts-estree): fix formatting
armano2Feb 4, 2019
ac67fff
chore(parser): improve type of visit and visitChildren
armano2Feb 4, 2019
677d7f4
test(parser): add test cases for parameters with decorators
armano2Feb 4, 2019
6267ef2
test(parser): fix types in tests
armano2Feb 4, 2019
8c47c2a
Merge branch 'master' into parser-types
armano2Feb 4, 2019
87b8716
fix(plugin-tslint): add ParserServices types
armano2Feb 4, 2019
55c8b7b
chore(parser): remove @types/estree from devDependencies
armano2Feb 4, 2019
420b008
Merge branch 'master' into parser-types
armano2Feb 5, 2019
d212580
refactor(parser): update names to match eslint-plugin
armano2Feb 5, 2019
2f6f13a
refactor(parser): fix typo
armano2Feb 5, 2019
a1df95b
refactor(*): rename as es to as TSESTree
armano2Feb 6, 2019
b6723c0
Merge branch 'master' into parser-types
armano2Feb 6, 2019
62b4c0a
refactor(*): add ts-estree file to improve feature refactoring
armano2Feb 6, 2019
bd5b9d7
refactor(*): fix formatting
armano2Feb 6, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletionspackages/eslint-plugin-tslint/src/index.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,20 +3,12 @@ import memoize from 'lodash.memoize';
import { Configuration, RuleSeverity } from 'tslint';
import { Program } from 'typescript';
import { CustomLinter } from './custom-linter';
import { ParserServices } from '@typescript-eslint/typescript-estree';

//------------------------------------------------------------------------------
// Plugin Definition
//------------------------------------------------------------------------------

/**
* @todo share types between packages
*/
interface ParserServices {
program: Program | undefined;
esTreeNodeToTSNodeMap: WeakMap<object, any> | undefined;
tsNodeToESTreeNodeMap: WeakMap<object, any> | undefined;
}

type RawRuleConfig =
| null
| undefined
Expand Down
1 change: 0 additions & 1 deletionpackages/parser/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,7 +43,6 @@
"devDependencies": {
"@types/eslint": "^4.16.5",
"@types/eslint-visitor-keys": "^1.0.0",
"@types/estree": "^0.0.39",
"@typescript-eslint/shared-fixtures": "1.2.0"
}
}
Loading

[8]ページ先頭

©2009-2025 Movatter.jp