File tree
12 files changed
+123
-8
lines changed- src/compiler
- tests
- baselines/reference
- cases
- conformance/jsdoc
- user
- TypeScript-Node-Starter
- TypeScript-React-Starter
- axios-src
- create-react-app
- prettier
- puppeteer
- webpack
12 files changed
+123
-8
lines changed| 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
0 commit comments