Caridy Patiño
Caridy Patiño
In browsers, the `HostPromiseRejectionTracker` depends on the identity of the Promise Intrinsic Object, which means there is no way to capture unhandled rejection produced by the `Promise` inside the sandbox,...
* How is the membrane observable? * What are the language APIs that are limited by the membrane?
Membranes are weird, and I think you did a great job explaining how this proposal could operate with membranes. I can see an issue with transparency when leaking private symbols....
One of the big issues that we have identified when working with private fields, and the potential generalization of private fields is the leakage of them. Issue #2 and #7...
Changes: - non-BC change on `app.yui.use()`, it is not longer chainable. /cc @ericf
https://travis-ci.org/yahoo/express-yui/builds/21055446
if you happen to use the `yui-base`, then `Y.Env._loader` is undefined, which means we can't patch it.
some of the examples using `mojitProxy.invoke()` are not following the API for the `params` arguments, which is a very explicit API. probably we should go ahead and update the docs,...
``` // locator initialization var locator = new Locator({ buildDirectory: 'build' }); locator.plug(pluginOne()) .plug(pluginTwo()) .plug(pluginThree()) .parseBundle(__dirname, {}); locator.ready.then(function(have) { // do something... }); ``` this will facilitate passing locator instance...