-
Hello,
I've found this library to be very useful for both helping with the migration of existing codebases to typescript, but also in describing enforceable contracts between system boundaries.
…
madnl updated
2 years ago
-
The current ObjectGraphHandler code holds strong references to revoke() functions that Proxy.revocable() provides. I'm no longer sure that's a good idea. On the one hand, it definitely makes it easy…
-
This package is working fine when I was using `babel-node` to run it. But after bundling my project through webpack, I got this warning:
```sh
WARNING in ./node_modules/any-observable/register.js …
-
vue-router.js?v=e213c068:2226 ReferenceError: Lame is not defined
at Object.db3f (vue-audio-tapir.js?v=e213c068:4949:14)
at n (vue-audio-tapir.js?v=e213c068:23:24)
at Module.fb15 (vue-a…
-
[](https://issuehunt.io/r/egoist/bili/issues/182)
Can bili output both a legacy (ES5) bundle *and* a "modern" bundle (for newer browsers only)?
> There is a $90.00 open bounty on this issue. …
-
Cool stuff!
We've had a lot of fun with `requirejs` over the years, and there's a lot out there that uses it (sometimes due to us fighting for upstreams to publish UMD), but ES modules are supporte…
-
Is there a good, or preferable setup using preset-modules, along with `preset-env' auto polyfilling? Perhaps all the transforms disabled so the polyfills are also included?
-
I was trying to implement a custom styled node, I followed the example exactly but I'm getting this error:
`TypeError: Class constructor AbstractReactFactory cannot be invoked without 'new'`
This …
-
In Foundry 0.8.6, Wall Height 3.5.3.5 doesn't work if the libwrapper module isn't enabled, even though a libwrapper shim is included in Wall Height.
-
## Expected Behavior
nyc should show correct coverage results of all instrumented files with --all option.
For **example**, if i have a.js and b.js in my application, unit tests only load a.js…