Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Aug 28, 2019
1 parent 31830fa commit b95d586
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/cases/user/prettier/prettier
Submodule prettier updated 285 files
2 changes: 1 addition & 1 deletion tests/cases/user/puppeteer/puppeteer
2 changes: 1 addition & 1 deletion tests/cases/user/webpack/webpack
Submodule webpack updated 35 files
+24 −0 .eslintignore
+9 −6 .eslintrc.js
+1 −1 .gitignore
+1 −1 README.md
+12 −14 lib/CachePlugin.js
+49 −14 lib/buildChunkGraph.js
+13 −7 lib/wasm/WebAssemblyGenerator.js
+3 −3 package.json
+1 −0 test/configCases/chunk-graph/issue-9634/async-b.js
+1 −0 test/configCases/chunk-graph/issue-9634/async-b2.js
+13 −0 test/configCases/chunk-graph/issue-9634/entry-a.js
+11 −0 test/configCases/chunk-graph/issue-9634/entry-b.js
+1 −0 test/configCases/chunk-graph/issue-9634/leaf.js
+3 −0 test/configCases/chunk-graph/issue-9634/module.js
+1 −0 test/configCases/chunk-graph/issue-9634/shared.js
+5 −0 test/configCases/chunk-graph/issue-9634/test.config.js
+9 −0 test/configCases/chunk-graph/issue-9634/webpack.config.js
+22 −19 test/helpers/PluginEnvironment.js
+1 −1 test/helpers/TemplatePluginEnvironment.js
+3 −3 test/helpers/applyPluginWithOptions.js
+1 −1 test/helpers/createLazyTestEnv.js
+4 −1 test/helpers/remove.js
+5 −4 test/helpers/supportDefaultAssignment.js
+4 −2 test/helpers/supportsArrowFunctionExpression.js
+4 −2 test/helpers/supportsBlockScoping.js
+1 −1 test/helpers/supportsDefaultArgs.js
+1 −1 test/helpers/supportsES6.js
+2 −2 test/helpers/supportsForOf.js
+1 −1 test/helpers/supportsIteratorDestructuring.js
+1 −1 test/helpers/supportsObjectDestructuring.js
+1 −1 test/helpers/supportsOptionalCatchBinding.js
+3 −2 test/helpers/supportsSpread.js
+1 −1 test/helpers/supportsTemplateStrings.js
+1 −1 test/helpers/supportsWebAssembly.js
+28 −32 yarn.lock

0 comments on commit b95d586

Please sign in to comment.