Commit ecf87f8
committed
feature: @putout/plugin-putout: apply-lowercase-to-node-builders: add (babel/babel#17129)
1 parent 8622b32 commit ecf87f8
File tree
113 files changed
+595
-522
lines changed- codemods
- apply-replace-all/lib
- madrun/lib/add-fresh-lint
- set-commit-type/lib
- packages
- engine-runner/test
- operator-filesystem/lib
- operator-match-files/lib
- plugin-apply-dot-notation/lib
- plugin-apply-overrides/lib
- plugin-conditions/lib
- apply-consistent-blocks
- convert-comparison-to-boolean
- merge-if-statements
- plugin-convert-arguments-to-rest/lib
- plugin-convert-assignment-to-declaration/lib
- plugin-convert-object-assign-to-merge-spread/lib
- plugin-convert-quotes-to-backticks/lib
- plugin-eslint-plugin/lib
- apply-flat-config-to-rule-tester
- turn-off-schema
- update-ecma-version
- plugin-eslint
- lib
- add-putout
- apply-match-to-flat
- convert-files-to-array
- convert-plugins-array-to-object
- convert-rc-to-flat/rc-to-flat
- plugin-esm/lib/apply-export-from
- plugin-extract-keywords-from-variables/lib
- plugin-extract-object-properties/lib/not-equal-deep
- plugin-extract-sequence-expressions/lib
- plugin-filesystem/lib
- convert-filesystem-to-simple-filesystem
- convert-simple-filesystem-to-filesystem
- plugin-for-of/lib/for-each
- plugin-generators/lib/add-missing-star
- plugin-github/lib
- update-actions
- plugin-labels/lib/convert-to-object
- plugin-madrun/lib
- add-fix-lint
- convert-lint-lib
- convert-run-to-cut-env
- convert-to-async
- set-lint-dot
- plugin-minify/lib
- convert-if-to-logical
- convert-return-to-sequence-expression
- merge-assignment-expressions
- plugin-new/lib/remove-useless
- plugin-nextjs/lib/update-tsconfig
- plugin-nodejs/lib
- convert-commonjs-to-esm-exports
- convert-commonjs-to-esm-require
- strict-mode
- add-missing
- remove-useless/fixture
- plugin-package-json/lib/add-type
- plugin-parens/lib
- add-missing-for-assign
- add-missing-for-await
- plugin-postcss/lib/replace-plugin-with-creator
- plugin-promises/lib
- add-missing-await
- apply-await-import
- convert-new-promise-to-async
- plugin-putout-config/lib
- convert-boolean-to-string
- move-formatter-up
- plugin-putout
- lib
- add-await-to-progress
- add-path-arg-to-visitors
- add-traverse-args
- apply-async-formatter
- apply-lowercase-to-node-builders
- fixture
- apply-short-processors
- check-replace-code/generate-code
- convert-find-to-traverse
- convert-get-rule-to-require
- convert-method-to-property
- convert-replace-with-multiple
- convert-replace-with
- convert-to-no-transform-code
- convert-traverse-to-include
- convert-traverse-to-scan
- create-test
- declare-template-variables
- move-require-on-top-level
- test
- fixture
- plugin-react-hook-form/lib
- v6-convert-as-to-render
- v7-apply-form-state
- plugin-react-router/lib/v7-split-multi-segment-route
- plugin-react/lib/remove-useless-forward-ref
- plugin-regexp/lib
- apply-literal-notation
- convert-replace-to-replace-all
- convert-to-string
- remove-useless-regexp
- plugin-remove-empty/lib/block
- plugin-remove-useless-escape/lib
- plugin-return/lib
- merge-with-next-sibling
- simplify-boolean
- plugin-simplify-ternary/lib/spread
- plugin-split-assignment-expressions/lib
- plugin-split-nested-destructuring/lib
- plugin-tape/lib
- add-stop-all
- add-t-end
- plugin-travis/lib/disable-cache
- plugin-try-catch/lib
- args
- await
- plugin-typescript/lib/apply-type-guards
- plugin-vitest/lib/v3-apply-browser-instances
- plugin-webpack/lib
- apply-externals
- convert-loader-to-use
- convert-node-to-resolve-fallback
- convert-query-loader-to-use
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+595
-522
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
198 | 196 | | |
199 | 197 | | |
200 | 198 | | |
201 | | - | |
| 199 | + | |
202 | 200 | | |
203 | 201 | | |
204 | 202 | | |
| |||
230 | 228 | | |
231 | 229 | | |
232 | 230 | | |
233 | | - | |
| 231 | + | |
234 | 232 | | |
235 | 233 | | |
236 | 234 | | |
237 | | - | |
| 235 | + | |
238 | 236 | | |
239 | 237 | | |
240 | 238 | | |
241 | | - | |
| 239 | + | |
242 | 240 | | |
243 | 241 | | |
244 | 242 | | |
245 | | - | |
| 243 | + | |
246 | 244 | | |
247 | 245 | | |
248 | 246 | | |
| |||
262 | 260 | | |
263 | 261 | | |
264 | 262 | | |
265 | | - | |
| 263 | + | |
266 | 264 | | |
267 | 265 | | |
268 | 266 | | |
| |||
283 | 281 | | |
284 | 282 | | |
285 | 283 | | |
286 | | - | |
| 284 | + | |
287 | 285 | | |
288 | 286 | | |
289 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | 14 | | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments