packages
babel-preset-react-app
README.md +0 -27
index.js +0 -136
package.json +0 -30
create-react-app
createReactApp.js +10 -4
eslint-config-react-app
README.md +26 -44
index.js +24 -166
package.json +16 -10
react-dev-utils
__tests__
.eslintrc +0 -5
ignoredFiles.test.js +0 -55
FileSizeReporter.js +0 -141
InterpolateHtmlPlugin.js +0 -44
ModuleScopePlugin.js +0 -81
README.md +0 -328
WatchMissingNodeModulesPlugin.js +0 -35
WebpackDevServerUtils.js +0 -435
checkRequiredFiles.js +0 -32
clearConsole.js +0 -16
crossSpawn.js +0 -12
errorOverlayMiddleware.js +0 -21
eslintFormatter.js +0 -92
formatWebpackMessages.js +0 -125
getProcessForPort.js +0 -82
ignoredFiles.js +0 -19
inquirer.js +0 -12
launchEditor.js +0 -319
launchEditorEndpoint.js +0 -10
noopServiceWorkerMiddleware.js +0 -38
openBrowser.js +0 -126
openChrome.applescript +0 -83
package.json +0 -64
printBuildError.js +0 -45
printHostingInstructions.js +0 -136
webpackHotDevClient.js +0 -272
react-error-overlay
fixtures
bundle-default.json +0 -86
bundle.json +0 -518
bundle.mjs +0 -41224
bundle.mjs.map +0 -1
bundle2.json +0 -122
bundle_u.mjs +0 -41488
bundle_u.mjs.map +0 -1
inline.es6.mjs +0 -5
inline.mjs +0 -12
junk-inline.mjs +0 -12
src
__tests__
__snapshots__
lines-around.js.snap +0 -61
script-lines.js.snap +0 -17
stack-frame.js.snap +0 -31
unmapper.js.snap +0 -102
parser
__snapshots__
chrome.js.snap +0 -54
firefox.js.snap +0 -230
react.js.snap +0 -54
safari.js.snap +0 -42
chrome.js +0 -20
firefox.js +0 -60
generic.js +0 -30
react.js +0 -20
safari.js +0 -20
extract-source-map.js +0 -30
get-source-map.js +0 -63
lines-around.js +0 -18
mapper.js +0 -84
script-lines.js +0 -16
setupJest.js +0 -8
stack-frame.js +0 -36
unmapper.js +0 -72
components
CloseButton.js +0 -36
CodeBlock.js +0 -52
Collapsible.js +0 -86
ErrorOverlay.js +0 -83
Footer.js +0 -34
Header.js +0 -33
NavigationBar.js +0 -68
containers
CompileErrorContainer.js +0 -49
RuntimeError.js +0 -68
RuntimeErrorContainer.js +0 -89
StackFrame.js +0 -191
StackFrameCodeBlock.js +0 -95
StackTrace.js +0 -94
effects
proxyConsole.js +0 -70
stackTraceLimit.js +0 -43
unhandledError.js +0 -47
unhandledRejection.js +0 -53
utils
dom
absolutifyCaret.js +0 -41
css.js +0 -47
generateAnsiHTML.js +0 -106
getLinesAround.js +0 -37
getPrettyURL.js +0 -47
getSourceMap.js +0 -128
getStackFrames.js +0 -48
isBultinErrorName.js +0 -25
isInternalFile.js +0 -21
mapper.js +0 -69
parseCompileError.js +0 -57
parser.js +0 -91
pollyfills.js +0 -18
stack-frame.js +0 -120
unmapper.js +0 -126
warnings.js +0 -54
iframeScript.js +0 -62
index.js +0 -176
listenToRuntimeErrors.js +0 -84
styles.js +0 -54
.babelrc +0 -3
.eslintrc +0 -6
.flowconfig +0 -9
.gitattributes +0 -1
.gitignore +0 -2
.npmignore +0 -3
README.md +0 -11
build.js +0 -95
package.json +0 -81
webpack.config.iframe.js +0 -48
webpack.config.js +0 -37
react-scripts
bin
react-scripts.js +1 -0
config
jest
babelTransform.js +0 -15
css-transform.js +1 -1
file-transform.js +1 -1
env.js +22 -0
paths.js +3 -0
webpack-dev-server.config.js +7 -2
webpack.config.dev.js +35 -29
webpack.config.prod.js +95 -36
fixtures/kitchensink
integration
initDOM.js +5 -8
webpack.test.js +3 -3
src
features
env
file-env-variables.js +0 -0
file-env-variables.test.js +1 -1
node-path.js +1 -1
node-path.test.js +1 -1
public-url.js +0 -0
public-url.test.js +1 -1
shell-env-variables.js +0 -0
shell-env-variables.test.js +1 -1
syntax
array-destructuring.js +0 -0
array-destructuring.test.js +1 -1
array-spread.js +0 -0
array-spread.test.js +1 -1
async-await.js +0 -0
async-await.test.js +1 -1
class-properties.js +4 -4
class-properties.test.js +1 -1
computed-properties.js +0 -0
computed-properties.test.js +1 -1
custom-interpolation.js +0 -0
custom-interpolation.test.js +1 -1
default-parameters.js +0 -0
default-parameters.test.js +1 -1
destructuring-and-await.js +0 -0
destructuring-and-await.test.js +1 -1
generators.js +2 -2
generators.test.js +1 -1
object-destructuring.js +0 -0
object-destructuring.test.js +1 -1
object-spread.js +0 -0
object-spread.test.js +1 -1
promises.js +0 -0
promises.test.js +1 -1
rest-and-default.js +0 -0
rest-and-default.test.js +1 -1
rest-parameters.js +0 -0
rest-parameters.test.js +1 -1
template-interpolation.js +0 -0
template-interpolation.test.js +1 -1
webpack
assets
a-file-with-ext.unknown +0 -0
a-file-without-ext +0 -0
style.css +2 -2
css-inclusion.js +3 -1
css-inclusion.test.js +1 -1
image-inclusion.js +0 -0
image-inclusion.test.js +1 -1
json-inclusion.js +0 -0
json-inclusion.test.js +1 -1
linked-modules.js +2 -1
linked-modules.test.js +1 -1
no-ext-inclusion.js +1 -1
no-ext-inclusion.test.js +1 -1
svg-inclusion.js +0 -0
svg-inclusion.test.js +1 -1
unknown-ext-inclusion.js +1 -1
unknown-ext-inclusion.test.js +1 -1
absolute-load.js +0 -0
app.js +28 -26
index.js +1 -1
.eslintrc +12 -0
.template.dependencies.json +1 -1
README.md +1 -1
scripts
utils
create-jest-config.js +4 -3
eject.js +1 -13
init.js +43 -2
lint.js +31 -0
start.js +1 -1
test.js +1 -1
template
src
app.css +13 -9
app.js +21 -0
app.test.js +1 -1
index.css +1 -1
index.js +8 -2
register-service-worker.js +1 -0
sentry.js +21 -0
vendors.js +2 -0
.editorconfig +17 -0
README.md +193 -72
gitignore +1 -0
package.json +87 -22
stylelint-config-react-app
__tests__
css-invalid.css +3 -0
css-valid.css +10 -0
index.js +78 -0
LICENSE +21 -0
README.md +51 -0
browserslist +4 -0
index.js +99 -0
no-unsupported-browser-features.js +9 -0
order.js +26 -0
package.json +50 -0
properties-order.js +296 -0
tasks
cra.sh +1 -1
e2e-installs.sh +14 -4
e2e-kitchensink.sh +7 -17
e2e-simple.sh +21 -25
local-test.sh +1 -1
release.sh +0 -4
template
README.md +0 -4
.gitignore +1 -0
.travis.yml +2 -11
CHANGELOG-0.x.md +0 -1374
CHANGELOG.md +15 -1462
README.md +51 -50
appveyor.yml +3 -9
lerna.json +3 -2
package.json +6 -5
renovate.json +14 -0
+ 0
- 27
+ 0
- 136
+ 0
- 30
@@ -64,6 +64,7 @@ const program = new commander.Command(packageJson.name)
@@ -133,10 +134,11 @@ createApp(
@@ -159,7 +161,7 @@ function createApp(name, verbose, version, template) {
@@ -169,7 +171,9 @@ function createApp(name, verbose, version, template) {
@@ -183,7 +187,9 @@ function createApp(name, verbose, version, template) {
However, if you are using [Create React App](https://github.com/facebookincubator/create-react-app) and have not ejected, any additional rules will only be displayed in the [IDE integrations](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#displaying-lint-output-in-the-editor), but not in the browser or the terminal.
+ 24
- 166
@@ -87,7 +87,15 @@ module.exports = {
@@ -108,92 +116,11 @@ module.exports = {
@@ -202,94 +129,25 @@ module.exports = {
+ 0
- 5
+ 0
- 55
+ 0
- 141
+ 0
- 44
+ 0
- 81