Skip to content

Commit

Permalink
Add browser field entries for all require calls in sys.ts (#33242)
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed Sep 4, 2019
1 parent 3109b64 commit 2b153fc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -111,7 +111,10 @@
"fs": false,
"os": false,
"path": false,
"@microsoft/typescript-etw": false
"crypto": false,
"buffer": false,
"@microsoft/typescript-etw": false,
"source-map-support": false
},
"dependencies": {}
}
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 36 files
+0 −24 .eslintignore
+6 −9 .eslintrc.js
+1 −1 .gitignore
+1 −1 README.md
+14 −12 lib/CachePlugin.js
+1 −1 lib/Parser.js
+14 −49 lib/buildChunkGraph.js
+7 −13 lib/wasm/WebAssemblyGenerator.js
+3 −3 package.json
+0 −1 test/configCases/chunk-graph/issue-9634/async-b.js
+0 −1 test/configCases/chunk-graph/issue-9634/async-b2.js
+0 −13 test/configCases/chunk-graph/issue-9634/entry-a.js
+0 −11 test/configCases/chunk-graph/issue-9634/entry-b.js
+0 −1 test/configCases/chunk-graph/issue-9634/leaf.js
+0 −3 test/configCases/chunk-graph/issue-9634/module.js
+0 −1 test/configCases/chunk-graph/issue-9634/shared.js
+0 −5 test/configCases/chunk-graph/issue-9634/test.config.js
+0 −9 test/configCases/chunk-graph/issue-9634/webpack.config.js
+19 −22 test/helpers/PluginEnvironment.js
+1 −1 test/helpers/TemplatePluginEnvironment.js
+3 −3 test/helpers/applyPluginWithOptions.js
+1 −1 test/helpers/createLazyTestEnv.js
+1 −4 test/helpers/remove.js
+4 −5 test/helpers/supportDefaultAssignment.js
+2 −4 test/helpers/supportsArrowFunctionExpression.js
+2 −4 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
+2 −3 test/helpers/supportsSpread.js
+1 −1 test/helpers/supportsTemplateStrings.js
+1 −1 test/helpers/supportsWebAssembly.js
+43 −40 yarn.lock

0 comments on commit 2b153fc

Please sign in to comment.