Commit 0058b7f
Migrate Babel from Flow to TypeScript (except Babel parser) (#11578)
Co-authored-by: Nicolò Ribaudo <[email protected]>1 parent 473f145 commit 0058b7f
162 files changed
Lines changed: 672 additions & 133 deletions
File tree
- codemods
- babel-plugin-codemod-object-assign-to-object-spread/src
- babel-plugin-codemod-optional-catch-binding/src
- eslint
- babel-eslint-plugin-development-internal/src
- rules
- babel-eslint-plugin-development/src
- rules
- utils
- babel-eslint-plugin/src
- rules
- packages
- babel-core/src/config
- babel-generator/src
- generators
- babel-helper-builder-binary-assignment-operator-visitor/src
- babel-helper-builder-react-jsx
- src
- babel-helper-create-class-features-plugin/src
- babel-helper-define-map/src
- babel-helper-module-transforms/src
- babel-helper-plugin-test-runner/src
- babel-helper-plugin-utils/src
- babel-helper-remap-async-to-generator/src
- babel-helper-wrap-function/src
- babel-node/src
- babel-plugin-external-helpers/src
- babel-plugin-proposal-async-generator-functions/src
- babel-plugin-proposal-class-properties/src
- babel-plugin-proposal-class-static-block
- src
- babel-plugin-proposal-decorators
- src
- babel-plugin-proposal-do-expressions/src
- babel-plugin-proposal-dynamic-import/src
- babel-plugin-proposal-export-default-from/src
- babel-plugin-proposal-export-namespace-from/src
- babel-plugin-proposal-function-bind/src
- babel-plugin-proposal-function-sent/src
- babel-plugin-proposal-json-strings/src
- babel-plugin-proposal-logical-assignment-operators/src
- babel-plugin-proposal-nullish-coalescing-operator/src
- babel-plugin-proposal-numeric-separator
- src
- babel-plugin-proposal-optional-catch-binding/src
- babel-plugin-proposal-optional-chaining
- src
- babel-plugin-proposal-partial-application/src
- babel-plugin-proposal-pipeline-operator/src
- babel-plugin-proposal-private-methods/src
- babel-plugin-proposal-private-property-in-object/src
- babel-plugin-proposal-record-and-tuple/src
- babel-plugin-proposal-throw-expressions/src
- babel-plugin-proposal-unicode-property-regex/src
- babel-plugin-syntax-decimal/src
- babel-plugin-syntax-decorators/src
- babel-plugin-syntax-do-expressions/src
- babel-plugin-syntax-export-default-from/src
- babel-plugin-syntax-flow/src
- babel-plugin-syntax-function-bind/src
- babel-plugin-syntax-function-sent/src
- babel-plugin-syntax-import-assertions/src
- babel-plugin-syntax-jsx/src
- babel-plugin-syntax-module-blocks/src
- babel-plugin-syntax-partial-application/src
- babel-plugin-syntax-pipeline-operator/src
- babel-plugin-syntax-record-and-tuple/src
- babel-plugin-syntax-throw-expressions/src
- babel-plugin-syntax-typescript/src
- babel-plugin-transform-arrow-functions
- src
- babel-plugin-transform-async-to-generator/src
- babel-plugin-transform-block-scoped-functions/src
- babel-plugin-transform-block-scoping/src
- babel-plugin-transform-computed-properties/src
- babel-plugin-transform-destructuring
- src
- babel-plugin-transform-dotall-regex/src
- babel-plugin-transform-duplicate-keys/src
- babel-plugin-transform-exponentiation-operator/src
- babel-plugin-transform-flow-comments/src
- babel-plugin-transform-flow-strip-types/src
- babel-plugin-transform-for-of/src
- babel-plugin-transform-function-name/src
- babel-plugin-transform-instanceof/src
- babel-plugin-transform-jscript/src
- babel-plugin-transform-literals/src
- babel-plugin-transform-member-expression-literals/src
- babel-plugin-transform-modules-amd/src
- babel-plugin-transform-modules-commonjs/src
- babel-plugin-transform-modules-systemjs/src
- babel-plugin-transform-modules-umd/src
- babel-plugin-transform-named-capturing-groups-regex/src
- babel-plugin-transform-new-target/src
- babel-plugin-transform-object-assign/src
- babel-plugin-transform-object-set-prototype-of-to-assign/src
- babel-plugin-transform-object-super/src
- babel-plugin-transform-parameters/src
- babel-plugin-transform-property-literals/src
- babel-plugin-transform-property-mutators/src
- babel-plugin-transform-proto-to-assign/src
- babel-plugin-transform-react-constant-elements/src
- babel-plugin-transform-react-display-name/src
- babel-plugin-transform-react-inline-elements/src
- babel-plugin-transform-react-jsx-compat/src
- babel-plugin-transform-react-jsx-development/src
- babel-plugin-transform-react-jsx-self/src
- babel-plugin-transform-react-jsx-source/src
- babel-plugin-transform-react-pure-annotations/src
- babel-plugin-transform-regenerator/src
- babel-plugin-transform-reserved-words/src
- babel-plugin-transform-shorthand-properties/src
- babel-plugin-transform-spread/src
- babel-plugin-transform-sticky-regex/src
- babel-plugin-transform-strict-mode/src
- babel-plugin-transform-template-literals/src
- babel-plugin-transform-typeof-symbol/src
- babel-plugin-transform-unicode-escapes/src
- babel-plugin-transform-unicode-regex/src
- babel-preset-env
- src
- babel-preset-flow/src
- babel-preset-react/src
- babel-preset-typescript/src
- babel-register/src
- babel-standalone/src
- babel-traverse/src
- path
- scope
- scripts/generators
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
File renamed without changes.
0 commit comments