This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Incompatibility between Node.js core libs and webpack's lib #78
Comments
eventNames, getMaxListeners, prependListener and prependOnceListener are available in [email protected] (#74). |
path.posix, path.parse, and parth.format are available in [email protected] |
@azu thanks for compiling that list. That will definitely be helpful when updating the libraries 👍 We can't do that too frequently as updating these libraries might be breaking change for a lot of people. |
Since |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've collected the gap between Node.js core lib and webpack/browserify's shim lib.
Latest results is in following repository.
Env
Gap list
assert.deepEqual
does't supportMap
,Set
,Iterator
etc...require("assert").strict
eventNames
getMaxListeners
prependListener
prependOnceListener
off
url.URL
(WHATWG URL)url.format
does't support WHATWG URLTests
Also, I've written the test for these new methods/properties.
Node.js 10 pass the tests, but the code that is bundled by webpack is failed.
The text was updated successfully, but these errors were encountered: