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

feat: support Auto Accessor syntax#5926

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
bradzacher merged 22 commits intotypescript-eslint:mainfromsosukesuzuki:auto-accesors
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
22 commits
Select commitHold shift + click to select a range
be7a623
feat: update typescript to 4.9.1
sosukesuzukiOct 2, 2022
00882c2
fix: add patch file for 4.9.1-beta
sosukesuzukiOct 2, 2022
692b86c
feat(typescript-estree): update version range
sosukesuzukiOct 2, 2022
7e68835
feat: run `generate-lib` script
sosukesuzukiOct 2, 2022
2b3bbcd
chore: update patch for typescript
sosukesuzukiOct 2, 2022
154f540
fix: run `lint-fix`
sosukesuzukiOct 2, 2022
d653607
feat: update to typescript 4.9.2-rc
sosukesuzukiNov 2, 2022
c7cb795
chore: run patch-package
sosukesuzukiNov 2, 2022
35809e3
chore: update `@types/node`
sosukesuzukiNov 2, 2022
3b724d0
feat(ast-spec): add `AccessorProperty`
sosukesuzukiNov 3, 2022
6222f3c
chore(ast-spec): use base nodes for `PropertyDefinition`
sosukesuzukiNov 3, 2022
3734248
feat(typescript-estree): implement convert `AccessorProperty`
sosukesuzukiNov 3, 2022
7106081
feat(visitor-keys): add `AccessorProperty`
sosukesuzukiNov 4, 2022
8809d69
test: add tests for auto accessors
sosukesuzukiNov 4, 2022
a64812f
Merge branch 'main' into pr/sosukesuzuki/5926
bradzacherNov 18, 2022
ff3d58c
add TSAbstractAccessorProperty and add ast-spec fixture tests
bradzacherNov 18, 2022
3c326c4
add ast-spec testing tooling to allow us to expect babel to not suppo…
bradzacherNov 18, 2022
cff6c30
explicitly list the non-support reason in the config and snapshot
bradzacherNov 18, 2022
7201322
add missing tsabstractaccessorproperty visitor keys
bradzacherNov 18, 2022
acffe0d
remove dead snapshots
bradzacherNov 18, 2022
31f972c
Merge branch 'main' into auto-accesors
bradzacherNov 28, 2022
e510ce4
add scope analysis support
bradzacherNov 28, 2022
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
3 changes: 3 additions & 0 deletions.prettierignore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,6 +12,9 @@ packages/eslint-plugin/src/configs/*.json
CONTRIBUTORS.md
packages/ast-spec/src/*/*/fixtures/_error_/*/fixture.ts

# prettier doesn't yet support auto-accessors
packages/ast-spec/src/element/AccessorProperty/fixtures

# Ignore CHANGELOG.md files to avoid issues with automated release job
CHANGELOG.md

Expand Down
2 changes: 2 additions & 0 deletionspackages/ast-spec/src/ast-node-types.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
export enum AST_NODE_TYPES {
AccessorProperty = 'AccessorProperty',
ArrayExpression = 'ArrayExpression',
ArrayPattern = 'ArrayPattern',
ArrowFunctionExpression = 'ArrowFunctionExpression',
Expand DownExpand Up@@ -90,6 +91,7 @@ export enum AST_NODE_TYPES {
/**
* TS-prefixed nodes
*/
TSAbstractAccessorProperty = 'TSAbstractAccessorProperty',
TSAbstractKeyword = 'TSAbstractKeyword',
TSAbstractMethodDefinition = 'TSAbstractMethodDefinition',
TSAbstractPropertyDefinition = 'TSAbstractPropertyDefinition',
Expand Down

This file was deleted.

This file was deleted.

View file
Open in desktop

This file was deleted.

View file
Open in desktop

This file was deleted.

Loading

[8]ページ先頭

©2009-2025 Movatter.jp