Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add browser field entries for all require calls in sys.ts #33242

Merged
merged 1 commit into from Sep 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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