File tree
7 files changed
+10
-7
lines changed- tests/cases/user
- TypeScript-Node-Starter
- TypeScript-React-Starter
- create-react-app
- prettier
- puppeteer
- webpack
7 files changed
+10
-7
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
115 | 118 |
| |
116 | 119 |
| |
117 | 120 |
|
Submodule create-react-app updated 8 files
- CHANGELOG-1.x.md+1-1
- CHANGELOG-2.x.md-4
- CHANGELOG.md-2
- docusaurus/docs/adding-flow.md+3-10
- docusaurus/docs/proxying-api-requests-in-development.md+1-4
- docusaurus/docs/running-tests.md+2
- packages/react-scripts/template-typescript/public/manifest.json+1-1
- packages/react-scripts/template/public/manifest.json+1-1
- CHANGELOG.unreleased.md-93
- docs/configuration.md+1-14
- docs/plugins.md+1-1
- src/common/util.js+1-2
- src/language-js/needs-parens.js+41-22
- src/language-js/printer-estree.js+2-6
- tests/new_expression/__snapshots__/jsfmt.spec.js.snap+2-8
- tests/new_expression/new_expression.js-3
- tests/nullish_coalescing/__snapshots__/jsfmt.spec.js.snap+1-11
- tests/nullish_coalescing/nullish_coalesing_operator.js-5
- tests/typescript_conditional_types/__snapshots__/jsfmt.spec.js.snap+1-1
- tests/typescript_decorators/__snapshots__/jsfmt.spec.js.snap-84
- tests/typescript_decorators/decorators.js-43
- tests/typescript_non_null/__snapshots__/jsfmt.spec.js.snap+3-11
- tests/typescript_non_null/parens.ts-4
- website/playground/Playground.js+121-136
- website/playground/buttons.js+8-4
- website/versioned_docs/version-stable/configuration.md+1-14
- website/versioned_docs/version-stable/plugins.md+1-1
- website/yarn.lock+2-7
- yarn.lock+8-15
Submodule puppeteer updated from cba0f98 to b6b2950
- .eslintignore-24
- .eslintrc.js+6-9
- .gitignore+1-1
- README.md+1-1
- lib/CachePlugin.js+14-12
- lib/Parser.js+1-1
- lib/buildChunkGraph.js+14-49
- lib/wasm/WebAssemblyGenerator.js+7-13
- package.json+3-3
- test/configCases/chunk-graph/issue-9634/async-b.js-1
- test/configCases/chunk-graph/issue-9634/async-b2.js-1
- test/configCases/chunk-graph/issue-9634/entry-a.js-13
- test/configCases/chunk-graph/issue-9634/entry-b.js-11
- test/configCases/chunk-graph/issue-9634/leaf.js-1
- test/configCases/chunk-graph/issue-9634/module.js-3
- test/configCases/chunk-graph/issue-9634/shared.js-1
- test/configCases/chunk-graph/issue-9634/test.config.js-5
- test/configCases/chunk-graph/issue-9634/webpack.config.js-9
- test/helpers/PluginEnvironment.js+19-22
- test/helpers/TemplatePluginEnvironment.js+1-1
- test/helpers/applyPluginWithOptions.js+3-3
- test/helpers/createLazyTestEnv.js+1-1
- test/helpers/remove.js+1-4
- test/helpers/supportDefaultAssignment.js+4-5
- test/helpers/supportsArrowFunctionExpression.js+2-4
- test/helpers/supportsBlockScoping.js+2-4
- test/helpers/supportsDefaultArgs.js+1-1
- test/helpers/supportsES6.js+1-1
- test/helpers/supportsForOf.js+2-2
- test/helpers/supportsIteratorDestructuring.js+1-1
- test/helpers/supportsObjectDestructuring.js+1-1
- test/helpers/supportsOptionalCatchBinding.js+1-1
- test/helpers/supportsSpread.js+2-3
- test/helpers/supportsTemplateStrings.js+1-1
- test/helpers/supportsWebAssembly.js+1-1
- yarn.lock+43-40
0 commit comments