- 30 Oct, 2018 5 commits
-
-
Joe Haddad authored
- babel-preset-react-app@6.0.0 - confusing-browser-globals@1.0.5 - create-react-app@2.1.0 - eslint-config-react-app@3.0.5 - react-dev-utils@6.1.0 - react-error-overlay@5.0.6 - react-scripts@2.1.0
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Remove react-scripts type reference on eject * Check for env file * Check eject for typescript * Shuffle appTypeDeclarations * Append internal types on eject * Ensure lib is published for types * Adjust comment * Don't add a bunch of new lines * File should exist and not be deleted * Add debug * Set file explicitly * Revert "Set file explicitly" This reverts commit bcd58a36. * Copy file before destroying ourselves * Revert "Add debug" This reverts commit 0068ba81.
-
- 29 Oct, 2018 2 commits
-
-
Eric Feng authored
* Fixing Internal Links Internal links, like those found on [Available Scripts](https://facebook.github.io/create-react-app/docs/available-scripts) use absolute urls and therefore link to https://facebook.github.io/docs/deployment instead of https://facebook.github.io/create-react-app/docs/deployment. * changing to markdown links and fixing various broken internal links
-
Bruno Lemos authored
Fix #5613
-
- 28 Oct, 2018 5 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Ignore test files from reported type errors * Ignore setup proxy & test files
-
Joe Haddad authored
-
Joe Haddad authored
* Specify types in package * Do not remove types file on eject * Stop copying types into generated project * Reference react and react-dom * Reference node types * Install node types as well * Restore copying * Add Node to the list of installed types * Reference Jest types * Remove jest types from install * Remove jest from CRA install * Remove Jest reference and let user do this themselves * Stop copying types file * Add types key to package.json * Add appTypeDeclarations and create when missing * Rename declarations file * Add Jest back to install instructions * Minimize diff
-
- 26 Oct, 2018 4 commits
-
-
Bruno Lemos authored
Fix #5576
-
Jeroen Heijmans authored
-
Bruno Lemos authored
-
Joe Haddad authored
-
- 25 Oct, 2018 5 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
- 24 Oct, 2018 12 commits
-
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Joe Haddad authored
* Add TypeScript app creation * Actually specify new extension * Check for ts and tsx * Fix types in default service worker file * Mirror changes in JS version of SW * Separate templates * Use separate template directory * Remove unused function * Add a tsconfig file to the template * Test install of typescript * Add e2e for TypeScript * Check for index.tsx to make sure we're not in the JS template * Ensure TypeScript doesn't leak into normal installs * Ignore some files * Print version of CRA * Fix script * Add new template * Move test to correct location * Use `verifyTypeScriptSetup` routine to populate files * Ensure tsconfig is created
-
Bruno Lemos authored
-
Bruno Lemos authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Amy Lam authored
-
Joe Haddad authored
* Don't resolve TS files if it's not detected in the project * Automatically create tsconfig.json file for user * Remove always false check * Add missing file * Don't filter paths too early
-
Joe Haddad authored
-
- 23 Oct, 2018 2 commits
-
-
Nima Shahri authored
* Add .pnp folder ro gitignore file Avoid pushing .pnp folder to git * Add .pnp.js to ignore list
-
Ian Schmitz authored
* Use TS to resolve tsconfig extends * Prevent modifications to original tsconfig * Print friendly error
-
- 22 Oct, 2018 5 commits
-
-
Bruno Lemos authored
-
Bruno Lemos authored
-
Bruno Lemos authored
* Enable TypeScript json module resolver * Update verifyTypeScriptSetup.js
-
Joe Haddad authored
-
Joe Haddad authored
-