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 changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 |
|
Lines changed: 2 additions & 1 deletion
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 |
| |
|
Lines changed: 57 additions & 0 deletions
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 | + |
Lines changed: 21 additions & 0 deletions
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 | + |
Lines changed: 22 additions & 0 deletions
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 | + |
Lines changed: 14 additions & 0 deletions
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
0 commit comments