File tree
13 files changed
+128
-9
lines changed- .vscode
- src/compiler
- tests
- baselines/reference
- cases
- conformance/jsdoc
- user
- TypeScript-Node-Starter
- TypeScript-React-Starter
- axios-src
- create-react-app
- prettier
- puppeteer
- webpack
13 files changed
+128
-9
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1691 | 1691 |
| |
1692 | 1692 |
| |
1693 | 1693 |
| |
| 1694 | + | |
1694 | 1695 |
| |
1695 |
| - | |
| 1696 | + | |
1696 | 1697 |
| |
1697 | 1698 |
| |
1698 | 1699 |
| |
|
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 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + |
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 | + |
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 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
- .travis.yml+4-2
- CHANGELOG.md+3-6
- COOKBOOK.md+2-2
- ECOSYSTEM.md+10-21
- README.md+3-3
- examples/all/index.html+1-1
- examples/amd/index.html+1-1
- examples/get/index.html+1-1
- examples/post/index.html+1-1
- examples/server.js+4-7
- examples/transform-response/index.html+1-1
- examples/upload/index.html+1-1
- lib/adapters/http.js+1-3
- lib/adapters/xhr.js+2-4
- lib/core/Axios.js+1-9
- lib/core/buildFullPath.js-20
- lib/core/dispatchRequest.js+7
- lib/core/mergeConfig.js+9-31
- sandbox/client.html+1-1
- test/specs/core/buildFullPath.spec.js-20
- test/specs/core/mergeConfig.spec.js+2-5
- test/specs/instance.spec.js-13
- test/specs/requests.spec.js-24
- test/unit/adapters/http.js-14
Submodule create-react-app updated 20 files
- CHANGELOG-1.x.md+1-1
- CHANGELOG-2.x.md-4
- CHANGELOG.md-2
- CODE_OF_CONDUCT.md+1-74
- docusaurus/docs/adding-flow.md+3-10
- docusaurus/docs/proxying-api-requests-in-development.md+1-4
- docusaurus/docs/running-tests.md+2
- docusaurus/docs/troubleshooting.md-1
- docusaurus/website/core/Footer.js-7
- package.json+1-1
- packages/babel-preset-react-app/package.json+7-7
- packages/react-error-overlay/flow/env.js+1-1
- packages/react-error-overlay/package.json+2-2
- packages/react-error-overlay/src/index.js+1
- packages/react-error-overlay/src/listenToRuntimeErrors.js+1
- packages/react-scripts/config/webpack.config.js+3-5
- packages/react-scripts/package.json+2-2
- packages/react-scripts/template-typescript/public/manifest.json+1-1
- packages/react-scripts/template/public/manifest.json+1-1
- tasks/e2e-simple.sh+3-3
- CHANGELOG.unreleased.md-174
- docs/configuration.md+1-14
- docs/plugins.md+1-1
- src/common/util.js+1-2
- src/language-html/constants.evaluate.js-1
- src/language-js/needs-parens.js+41-22
- src/language-js/printer-estree.js+6-17
- tests/binary-expressions/__snapshots__/jsfmt.spec.js.snap-130
- tests/binary-expressions/call.js-65
- tests/flow_parameter_with_type/__snapshots__/jsfmt.spec.js.snap-34
- tests/flow_parameter_with_type/jsfmt.spec.js-2
- tests/flow_parameter_with_type/param.js-2
- tests/html_script/__snapshots__/jsfmt.spec.js.snap+2-14
- tests/html_script/script.html+2-7
- tests/new_expression/__snapshots__/jsfmt.spec.js.snap+2-8
- tests/new_expression/new_expression.js-3
- tests/nullish_coalescing/__snapshots__/jsfmt.spec.js.snap+1-11
- tests/nullish_coalescing/nullish_coalesing_operator.js-5
- tests/typescript_conditional_types/__snapshots__/jsfmt.spec.js.snap+1-1
- tests/typescript_decorators/__snapshots__/jsfmt.spec.js.snap-84
- tests/typescript_decorators/decorators.js-43
- tests/typescript_non_null/__snapshots__/jsfmt.spec.js.snap+3-11
- tests/typescript_non_null/parens.ts-4
- website/pages/en/index.js+2-2
- website/playground/Playground.js+121-136
- website/playground/buttons.js+8-4
- website/versioned_docs/version-stable/configuration.md+1-14
- website/versioned_docs/version-stable/plugins.md+1-1
- website/yarn.lock+2-7
- yarn.lock+8-15
Submodule puppeteer updated from c2651c2 to b6b2950
- .eslintignore-24
- .eslintrc.js+6-9
- .gitignore+1-1
- README.md+1-1
- lib/CachePlugin.js+14-12
- lib/Parser.js+1-1
- lib/buildChunkGraph.js+14-49
- lib/wasm/WebAssemblyGenerator.js+7-13
- package.json+3-3
- test/configCases/chunk-graph/issue-9634/async-b.js-1
- test/configCases/chunk-graph/issue-9634/async-b2.js-1
- test/configCases/chunk-graph/issue-9634/entry-a.js-13
- test/configCases/chunk-graph/issue-9634/entry-b.js-11
- test/configCases/chunk-graph/issue-9634/leaf.js-1
- test/configCases/chunk-graph/issue-9634/module.js-3
- test/configCases/chunk-graph/issue-9634/shared.js-1
- test/configCases/chunk-graph/issue-9634/test.config.js-5
- test/configCases/chunk-graph/issue-9634/webpack.config.js-9
- test/helpers/PluginEnvironment.js+19-22
- test/helpers/TemplatePluginEnvironment.js+1-1
- test/helpers/applyPluginWithOptions.js+3-3
- test/helpers/createLazyTestEnv.js+1-1
- test/helpers/remove.js+1-4
- test/helpers/supportDefaultAssignment.js+4-5
- test/helpers/supportsArrowFunctionExpression.js+2-4
- test/helpers/supportsBlockScoping.js+2-4
- test/helpers/supportsDefaultArgs.js+1-1
- test/helpers/supportsES6.js+1-1
- test/helpers/supportsForOf.js+2-2
- test/helpers/supportsIteratorDestructuring.js+1-1
- test/helpers/supportsObjectDestructuring.js+1-1
- test/helpers/supportsOptionalCatchBinding.js+1-1
- test/helpers/supportsSpread.js+2-3
- test/helpers/supportsTemplateStrings.js+1-1
- test/helpers/supportsWebAssembly.js+1-1
- yarn.lock+43-40
0 commit comments