File tree
11 files changed
+23
-19
lines changed- src/compiler
- tests/cases/user
- TypeScript-Node-Starter
- TypeScript-React-Native-Starter
- TypeScript-React-Starter
- TypeScript-Vue-Starter
- axios-src
- create-react-app
- prettier
- puppeteer
- webpack
11 files changed
+23
-19
lines changedLines changed: 13 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
526 |
| - | |
527 | 526 |
| |
528 | 527 |
| |
529 | 528 |
| |
| |||
21223 | 21222 |
| |
21224 | 21223 |
| |
21225 | 21224 |
| |
| 21225 | + | |
21226 | 21226 |
| |
21227 | 21227 |
| |
21228 | 21228 |
| |
| |||
21280 | 21280 |
| |
21281 | 21281 |
| |
21282 | 21282 |
| |
21283 |
| - | |
21284 | 21283 |
| |
21285 | 21284 |
| |
21286 | 21285 |
| |
| |||
27353 | 27352 |
| |
27354 | 27353 |
| |
27355 | 27354 |
| |
27356 |
| - | |
| 27355 | + | |
| 27356 | + | |
| 27357 | + | |
| 27358 | + | |
27357 | 27359 |
| |
27358 |
| - | |
| 27360 | + | |
27359 | 27361 |
| |
27360 | 27362 |
| |
27361 | 27363 |
| |
27362 |
| - | |
27363 |
| - | |
| 27364 | + | |
| 27365 | + | |
| 27366 | + | |
| 27367 | + | |
| 27368 | + | |
| 27369 | + | |
27364 | 27370 |
| |
27365 | 27371 |
| |
27366 | 27372 |
| |
| |||
27421 | 27427 |
| |
27422 | 27428 |
| |
27423 | 27429 |
| |
27424 |
| - | |
27425 | 27430 |
| |
27426 | 27431 |
| |
27427 |
| - | |
| 27432 | + | |
27428 | 27433 |
| |
27429 | 27434 |
| |
27430 | 27435 |
| |
| |||
27438 | 27443 |
| |
27439 | 27444 |
| |
27440 | 27445 |
| |
27441 |
| - | |
27442 |
| - | |
27443 | 27446 |
| |
27444 | 27447 |
| |
27445 | 27448 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3702 | 3702 |
| |
3703 | 3703 |
| |
3704 | 3704 |
| |
| 3705 | + | |
3705 | 3706 |
| |
3706 | 3707 |
| |
3707 | 3708 |
| |
|
Submodule TypeScript-Node-Starter updated 49 files
- .env.example+2-11
- .gitignore+1-5
- .vscode/extensions.json-1
- .vscode/launch.json+15-3
- .vscode/settings.json+2-8
- README.md+76-192
- copyStaticAssets.js+5
- copyStaticAssets.ts-5
- jest.config.js-18
- package-lock.json+1.3k-1.7k
- package.json+59-52
- src/app.ts+19-22
- src/config/passport.ts+5-5
- src/controllers/api.ts+3-3
- src/controllers/contact.ts+1-1
- src/controllers/user.ts+6-7
- src/models/User.ts+6-9
- src/public/css/lib/bootstrap/_button-groups.scss+1-1
- src/public/css/lib/bootstrap/_forms.scss+1-1
- src/public/css/lib/bootstrap/_input-groups.scss+1-1
- src/public/css/lib/bootstrap/_panels.scss+1-1
- src/public/css/lib/bootstrap/_scaffolding.scss+1-1
- src/public/css/lib/bootstrap/_theme.scss+2-2
- src/public/css/lib/bootstrap/_variables.scss+1-1
- src/public/css/lib/bootstrap/bootstrap.scss+2-2
- src/public/css/lib/bootstrap/mixins/_tab-focus.scss+3-3
- src/public/fonts/glyphicons-halflings-regular.eot
- src/public/fonts/glyphicons-halflings-regular.svg-288
- src/public/fonts/glyphicons-halflings-regular.ttf
- src/public/fonts/glyphicons-halflings-regular.woff
- src/public/fonts/glyphicons-halflings-regular.woff2
- src/public/js/lib/jquery-3.1.1.min.js+4-4
- src/server.ts+4-8
- src/types/lusca.d.ts+2
- src/types/passport-local.d.ts+48
- src/util/logger.ts-17
- src/util/secrets.ts-26
- test/api.test.ts+2-2
- test/app.test.ts+2-2
- test/contact.test.ts+2-20
- test/home.test.ts+2-2
- test/user.test.ts+2-20
- tsconfig.json-1
- views/account/profile.pug+1-1
- views/api/facebook.pug+1-1
- views/api/index.pug+1-1
- views/layout.pug+9-8
- views/partials/footer.pug+3-2
- views/partials/header.pug+2-2
Submodule TypeScript-React-Native-Starter updated 64 files
- .babelrc
- .buckconfig
- .gitignore+4-12
- .watchmanconfig
- ExampleProject/.flowconfig-54
- ExampleProject/.gitattributes-1
- ExampleProject/android/app/src/main/res/values/strings.xml-3
- 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/Images.xcassets/Contents.json-6
- ExampleProject/package-lock.json-29
- ExampleProject/rn-cli.config.js-8
- ExampleProject/yarn.lock-5.7k
- README.md+325-300
- android/app/BUCK+2-2
- android/app/build.gradle+1-12
- android/app/proguard-rules.pro
- android/app/src/main/AndroidManifest.xml+8-2
- android/app/src/main/java/com/myawesomeproject/MainActivity.java+2-2
- android/app/src/main/java/com/myawesomeproject/MainApplication.java+1-6
- android/app/src/main/res/mipmap-hdpi/ic_launcher.png
- android/app/src/main/res/mipmap-mdpi/ic_launcher.png
- android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
- android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
- android/app/src/main/res/values/strings.xml+3
- android/app/src/main/res/values/styles.xml
- android/build.gradle
- android/gradle.properties
- android/gradle/wrapper/gradle-wrapper.jar
- android/gradle/wrapper/gradle-wrapper.properties
- android/gradlew
- android/gradlew.bat+90-90
- android/keystores/BUCK
- android/keystores/debug.keystore.properties
- android/settings.gradle+3
- app.json+4
- index.android.js+2
- index.ios.js+2
- ios/MyAwesomeProject-tvOS/Info.plist
- ios/MyAwesomeProject-tvOSTests/Info.plist
- ios/MyAwesomeProject.xcodeproj/project.pbxproj+89-176
- ios/MyAwesomeProject.xcodeproj/xcshareddata/xcschemes/MyAwesomeProject-tvOS.xcscheme+18-18
- ios/MyAwesomeProject.xcodeproj/xcshareddata/xcschemes/MyAwesomeProject.xcscheme+18-18
- ios/MyAwesomeProject/AppDelegate.h
- ios/MyAwesomeProject/AppDelegate.m+2-2
- ios/MyAwesomeProject/Base.lproj/LaunchScreen.xib+1-1
- ios/MyAwesomeProject/Images.xcassets/AppIcon.appiconset/Contents.json
- ios/MyAwesomeProject/Info.plist+1-1
- ios/MyAwesomeProject/main.m
- ios/MyAwesomeProjectTests/Info.plist
- ios/MyAwesomeProjectTests/MyAwesomeProjectTests.m+2-2
- package.json+17-16
- src/__tests__/index.android.tsx+12
- src/__tests__/index.ios.tsx+4-4
- src/components/Hello.tsx+64
- src/components/__tests__/Hello.tsx+10
- src/index.android.tsx+9-15
- src/index.ios.tsx+53
- tsconfig.json+12-19
- yarn.lock+4.4k
- .eslintrc+1-1
- CHANGELOG.md+3-71
- CONTRIBUTING.md+1-1
- ECOSYSTEM.md-2
- Gruntfile.js+3-8
- README.md+10-26
- bower.json+1-1
- dist/axios.js+551-608
- dist/axios.map+1-1
- dist/axios.min.js+3-3
- dist/axios.min.map+1-1
- index.d.ts+11-31
- karma.conf.js+14-28
- lib/adapters/http.js+18-49
- lib/adapters/xhr.js+22-4
- lib/core/Axios.js-6
- lib/core/enhanceError.js-21
- lib/core/settle.js+2-1
- lib/defaults.js-1
- lib/helpers/btoa.js+36
- lib/helpers/buildURL.js-5
- lib/utils.js+1-5
- package.json+5-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+1-15
- 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+3-50
- test/unit/adapters/http.js+184-290
Submodule create-react-app updated 220 files
Submodule prettier updated 1789 files
Submodule puppeteer updated from c9657f8 to 98bb261
Submodule webpack updated 1431 files
0 commit comments