Commit f8103ae
committed
File tree
143 files changed
+298
-531
lines changed- codemods
- apply-replace-all
- convert-pascal-to-camel
- cut-legacy
- cut-useless-functions
- madrun
- remove-legacy-from-gitignore
- remove-madrun-from-gitignore
- remove-putoutcache-from-gitignore
- packages
- formatter-codeframe
- formatter-dump
- formatter-eslint
- formatter-frame
- formatter-json-lines
- formatter-json
- formatter-memory
- formatter-progress-bar
- formatter-progress
- plugin-add-return-await
- plugin-apply-array-at
- plugin-apply-as-type-assertions
- plugin-apply-destructuring
- plugin-apply-early-return
- plugin-apply-if-condition
- plugin-apply-montag
- plugin-apply-nullish-coalescing
- plugin-apply-numeric-separators
- plugin-apply-optional-chaining
- plugin-apply-shorthand-properties
- plugin-apply-top-level-await
- plugin-apply-utility-types
- plugin-browserlist
- plugin-cloudcmd
- plugin-convert-any-to-primitive
- plugin-convert-apply-to-spread
- plugin-convert-arguments-to-rest
- plugin-convert-array-copy-to-slice
- plugin-convert-assignment-to-arrow-function
- plugin-convert-assignment-to-comparison
- plugin-convert-bitwise-to-logical
- plugin-convert-commonjs-to-esm
- plugin-convert-comparison-to-boolean
- plugin-convert-concat-to-flat
- plugin-convert-equal-to-strict-equal
- plugin-convert-esm-to-commonjs
- plugin-convert-for-each-to-for-of
- plugin-convert-for-in-to-for-of
- plugin-convert-for-to-for-of
- plugin-convert-generic-to-shorthand
- plugin-convert-index-of-to-includes
- plugin-convert-is-nan-to-number-is-nan
- plugin-convert-object-assign-to-merge-spread
- plugin-convert-spread-to-array-from
- plugin-convert-template-to-string
- plugin-convert-throw
- plugin-convert-to-arrow-function
- plugin-convert-top-level-return
- plugin-eslint
- plugin-extract-object-properties
- plugin-extract-sequence-expressions
- plugin-github
- plugin-gitignore
- plugin-jest
- plugin-madrun
- plugin-merge-destructuring-properties
- plugin-merge-if-statements
- plugin-nodejs
- plugin-npmignore
- plugin-package-json
- plugin-postcss
- plugin-promises
- plugin-putout
- plugin-react-hooks
- plugin-remove-boolean-from-assertions
- plugin-remove-boolean-from-logical-expressions
- plugin-remove-console
- plugin-remove-constant-conditions
- plugin-remove-debugger
- plugin-remove-double-negations
- plugin-remove-duplicate-case
- plugin-remove-duplicate-interface-keys
- plugin-remove-duplicate-keys
- plugin-remove-empty-pattern
- plugin-remove-empty
- plugin-remove-iife
- plugin-remove-nested-blocks
- plugin-remove-process-exit
- plugin-remove-unreachable-code
- plugin-remove-unreferenced-variables
- plugin-remove-unused-expressions
- plugin-remove-unused-for-of-variables
- plugin-remove-unused-private-fields
- plugin-remove-unused-types
- plugin-remove-unused-variables
- plugin-remove-useless-arguments
- plugin-remove-useless-array-constructor
- plugin-remove-useless-array-from
- plugin-remove-useless-async
- plugin-remove-useless-await
- plugin-remove-useless-conditions
- plugin-remove-useless-constructor
- plugin-remove-useless-continue
- plugin-remove-useless-for-of
- plugin-remove-useless-mapped-types
- plugin-remove-useless-mapping-modifiers
- plugin-remove-useless-map
- plugin-remove-useless-new
- plugin-remove-useless-operand
- plugin-remove-useless-spread
- plugin-remove-useless-template-expressions
- plugin-remove-useless-templates
- plugin-remove-useless-type-conversion
- plugin-remove-useless-typeof
- plugin-remove-useless-types-from-constants
- plugin-remove-useless-types
- plugin-remove-useless-variables
- plugin-reuse-duplicate-init
- plugin-simplify-assignment
- plugin-simplify-logical-expressions
- plugin-simplify-ternary
- plugin-split-nested-destructuring
- plugin-split-variable-declarations
- plugin-strict-mode
- plugin-travis
- plugin-webpack
- processor-css
- processor-html
- processor-ignore
- processor-javascript
- processor-json
- processor-markdown
- lib
- rules
- test
- fixture
- processor-typescript
- processor-yaml
- traverse
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
143 files changed
+298
-531
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
44 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
| |||
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
32 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
| 85 | + | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
112 | | - | |
113 | 110 | | |
114 | 111 | | |
115 | 112 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
26 | | - | |
0 commit comments