File tree
12 files changed
+15
-27
lines changed- tests
- baselines/reference/user
- cases/user
- TypeScript-Node-Starter
- TypeScript-React-Native-Starter
- TypeScript-React-Starter
- TypeScript-Vue-Starter
- axios-src
- create-react-app
- prettier
- puppeteer
- webpack
12 files changed
+15
-27
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
626 |
| - | |
627 |
| - | |
628 | 626 |
| |
629 | 627 |
| |
630 | 628 |
| |
| |||
828 | 826 |
| |
829 | 827 |
| |
830 | 828 |
| |
831 |
| - | |
| 829 | + | |
832 | 830 |
| |
833 | 831 |
| |
834 | 832 |
| |
| |||
946 | 944 |
| |
947 | 945 |
| |
948 | 946 |
| |
949 |
| - | |
950 |
| - | |
951 |
| - | |
952 | 947 |
| |
953 | 948 |
| |
954 | 949 |
| |
| |||
1717 | 1712 |
| |
1718 | 1713 |
| |
1719 | 1714 |
| |
1720 |
| - | |
1721 | 1715 |
| |
1722 | 1716 |
| |
1723 | 1717 |
| |
| |||
1732 | 1726 |
| |
1733 | 1727 |
| |
1734 | 1728 |
| |
1735 |
| - | |
1736 |
| - | |
1737 | 1729 |
| |
1738 | 1730 |
| |
1739 | 1731 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 13 | + | |
| 14 | + | |
19 | 15 |
| |
20 | 16 |
| |
21 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
108 |
| - | |
109 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
|
Submodule TypeScript-React-Native-Starter updated 64 files
- ExampleProject/.babelrc
- ExampleProject/.buckconfig
- ExampleProject/.flowconfig+54
- ExampleProject/.gitattributes+1
- ExampleProject/.gitignore+12-4
- ExampleProject/.watchmanconfig
- ExampleProject/App.tsx+15-9
- ExampleProject/__tests__/App.tsx+4-4
- ExampleProject/android/app/BUCK+2-2
- ExampleProject/android/app/build.gradle+12-1
- ExampleProject/android/app/proguard-rules.pro
- ExampleProject/android/app/src/main/AndroidManifest.xml+2-8
- ExampleProject/android/app/src/main/java/com/exampleproject/MainActivity.java+2-2
- ExampleProject/android/app/src/main/java/com/exampleproject/MainApplication.java+6-1
- ExampleProject/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
- ExampleProject/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
- ExampleProject/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
- ExampleProject/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
- ExampleProject/android/app/src/main/res/values/strings.xml+3
- ExampleProject/android/app/src/main/res/values/styles.xml
- ExampleProject/android/build.gradle
- ExampleProject/android/gradle.properties
- ExampleProject/android/gradle/wrapper/gradle-wrapper.jar
- ExampleProject/android/gradle/wrapper/gradle-wrapper.properties
- ExampleProject/android/gradlew
- ExampleProject/android/gradlew.bat+90-90
- ExampleProject/android/keystores/BUCK
- ExampleProject/android/keystores/debug.keystore.properties
- ExampleProject/android/settings.gradle+3
- ExampleProject/app.json+4
- ExampleProject/components/Hello.tsx+83
- ExampleProject/components/__tests__/Hello.tsx+9
- ExampleProject/components/__tests__/__snapshots__/Hello.tsx.snap+175
- ExampleProject/index.js+4
- ExampleProject/ios/ExampleProject-tvOS/Info.plist
- ExampleProject/ios/ExampleProject-tvOSTests/Info.plist
- ExampleProject/ios/ExampleProject.xcodeproj/project.pbxproj+176-89
- ExampleProject/ios/ExampleProject.xcodeproj/xcshareddata/xcschemes/ExampleProject-tvOS.xcscheme+18-18
- ExampleProject/ios/ExampleProject.xcodeproj/xcshareddata/xcschemes/ExampleProject.xcscheme+18-18
- ExampleProject/ios/ExampleProject/AppDelegate.h
- ExampleProject/ios/ExampleProject/AppDelegate.m+2-2
- ExampleProject/ios/ExampleProject/Base.lproj/LaunchScreen.xib+1-1
- ExampleProject/ios/ExampleProject/Images.xcassets/AppIcon.appiconset/Contents.json
- ExampleProject/ios/ExampleProject/Images.xcassets/Contents.json+6
- ExampleProject/ios/ExampleProject/Info.plist+1-1
- ExampleProject/ios/ExampleProject/main.m
- ExampleProject/ios/ExampleProjectTests/ExampleProjectTests.m+2-2
- ExampleProject/ios/ExampleProjectTests/Info.plist
- ExampleProject/package-lock.json+29
- ExampleProject/package.json+16-17
- ExampleProject/rn-cli.config.js+8
- ExampleProject/tsconfig.json+19-12
- ExampleProject/yarn.lock+5.7k
- README.md+300-325
- android/app/src/main/res/values/strings.xml-3
- android/settings.gradle-3
- app.json-4
- index.android.js-2
- index.ios.js-2
- src/__tests__/index.android.tsx-12
- src/components/Hello.tsx-64
- src/components/__tests__/Hello.tsx-10
- src/index.android.tsx-53
- yarn.lock-4.4k
- .eslintrc.js+1-1
- .github/ISSUE_TEMPLATE/---bug-report.md+43
- .github/ISSUE_TEMPLATE/---documentation.md+23
- .github/ISSUE_TEMPLATE/---support-or-usage-question.md+43
- .github/ISSUE_TEMPLATE/--feature-request.md+20
- CHANGELOG.md+71-3
- CONTRIBUTING.md+1-1
- ECOSYSTEM.md+4
- Gruntfile.js+8-3
- README.md+29-10
- bower.json+1-1
- dist/axios.js+603-546
- dist/axios.map+1-1
- dist/axios.min.js+3-3
- dist/axios.min.map+1-1
- index.d.ts+31-11
- karma.conf.js+28-14
- lib/adapters/http.js+49-18
- lib/adapters/xhr.js+4-22
- lib/core/Axios.js+6
- lib/core/enhanceError.js+21
- lib/core/settle.js+1-2
- lib/defaults.js+1
- lib/helpers/btoa.js-36
- lib/helpers/buildURL.js+5
- lib/utils.js+5-1
- package.json+7-6
- test/specs/__helpers.js-3
- test/specs/basicAuth.spec.js+1-1
- test/specs/basicAuthWithPolyfill.spec.js-20
- test/specs/core/createError.spec.js+15-1
- test/specs/core/enhanceError.spec.js+1
- test/specs/helpers/btoa.spec.js-26
- test/specs/helpers/buildURL.spec.js+6
- test/specs/requests.spec.js-40
- test/specs/utils/isX.spec.js-20
- test/typescript/axios.ts+50-3
- test/unit/adapters/http.js+290-184
Submodule prettier updated 2314 files
0 commit comments