Commit 58863b5
File tree
616 files changed
+37899
-27998
lines changed- .devcontainer
- .github
- ISSUE_TEMPLATE
- workflows
- apps/oxlint
- fixtures
- import
- typescript_eslint
- vue
- src
- command
- lint
- crates
- oxc_allocator
- src
- oxc_ast_macros
- oxc_ast
- src
- ast_impl
- ast
- generated
- syntax_directed_operations
- oxc_cfg
- src
- builder
- oxc_codegen
- examples
- src
- tests/integration
- snapshots
- oxc_data_structures
- src
- stack
- oxc_diagnostics
- oxc_ecmascript
- src
- oxc_index
- oxc_isolated_declarations
- examples
- src
- tests
- deno
- fixtures
- snapshots
- oxc_language_server/src
- oxc_linter
- examples
- src
- config
- settings
- context
- fixer
- loader/partial_loader
- options
- rules
- eslint
- array_callback_return
- no_unused_vars
- tests
- jest
- jsx_a11y
- nextjs
- oxc
- promise
- react
- typescript
- unicorn
- no_useless_spread
- vitest
- service
- snapshots
- utils
- oxc_mangler
- src
- oxc_minifier
- examples
- src
- ast_passes
- node_util
- tests
- ast_passes
- mangler
- plugins
- oxc_module_lexer
- src
- oxc_parser
- examples
- src
- jsx
- js
- lexer
- ts
- oxc_prettier
- examples
- src
- format
- oxc_regular_expression
- examples
- src
- ast_impl
- body_parser
- generated
- parser
- oxc_semantic
- examples
- src
- checker
- class
- jsdoc
- parser
- module_record
- tests
- fixtures/typescript-eslint/type-declaration
- function
- signatures
- integration
- snapshots
- util
- oxc_sourcemap
- src
- oxc_span
- src/source_type
- oxc_syntax
- src
- oxc_transformer
- examples
- src
- common
- es2015
- es2016
- es2018
- object_rest_spread
- es2019
- es2020
- es2021
- helpers
- options
- plugins
- react
- regexp
- typescript
- tests
- plugins
- oxc_traverse
- scripts
- lib
- src
- ast_operations
- context
- ast_operations
- generated
- oxc_wasm
- src
- oxc
- src
- napi
- editors/vscode
- client
- napi
- minify
- src
- parser
- src
- test
- transform
- src
- test
- npm
- oxc-parser
- oxc-transform
- oxlint
- tasks
- ast_tools/src
- generators
- benchmark
- benches
- codspeed
- coverage
- snapshots
- src
- runtime
- test262
- tools
- typescript
- minsize
- src
- prettier_conformance/src
- rulegen
- transform_checker
- src
- transform_conformance
- snapshots
- src
- tests
- babel-plugin-transform-exponentiation-operator/test/fixtures
- assign-to-identifier
- assign-to-member-expression
- assign-used-result
- private-properties
- babel-plugin-transform-react-jsx/test/fixtures
- refresh
- can-handle-implicit-arrow-returns
- does-not-consider-require-like-methods-to-be-hocs
- does-not-get-tripped-by-iifes
- emit-full-signatures-option
- generates-signatures-for-function-declarations-calling-hooks
- generates-signatures-for-function-expressions-calling-hooks
- generates-valid-signature-for-exotic-ways-to-call-hooks
- ignores-complex-definitions
- ignores-higher-order-functions-that-are-not-hocs
- ignores-hoc-definitions
- includes-custom-hooks-into-the-signatures-when-commonjs-target-is-used
- includes-custom-hooks-into-the-signatures
- nested-member-expression-with-hooks
- registers-capitalized-identifiers-in-hoc-calls
- registers-identifiers-used-in-jsx-at-definition-site
- registers-identifiers-used-in-react-create-element-at-definition-site
- registers-likely-hocs-with-inline-functions-1
- registers-likely-hocs-with-inline-functions-2
- registers-likely-hocs-with-inline-functions-3
- registers-top-level-exported-function-declarations
- registers-top-level-exported-named-arrow-functions
- registers-top-level-variable-declarations-with-arrow-functions
- registers-top-level-variable-declarations-with-function-expressions
- supports-typescript-namespace-syntax
- uses-custom-identifiers-for-refresh-reg-and-refresh-sig
- uses-original-function-declaration-if-it-get-reassigned
- static-children
- unicode
- babel-plugin-transform-typescript/test/fixtures
- enum-member-reference
- export-elimination
- regexp/test/fixtures
- all-regex-plugins-enabled-by-targets
- igm
- website
- src/linter/snapshots
- wasm/parser
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
616 files changed
+37899
-27998
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | 126 | | |
130 | 127 | | |
131 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | | - | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| 181 | + | |
180 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
181 | 191 | | |
182 | 192 | | |
183 | 193 | | |
| |||
273 | 283 | | |
274 | 284 | | |
275 | 285 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
| 286 | + | |
281 | 287 | | |
282 | | - | |
283 | | - | |
284 | | - | |
| 288 | + | |
285 | 289 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
0 commit comments