Daniel Ehrenberg
Daniel Ehrenberg
In particular, rather than making these new MOP operations, the semantics can be simply, "get the Symbol.metadata, and then get/set the metadata property there; or, create a new empty object...
This is a great idea, to improve tracking of implementation status. There are many different places that are all tracking this same sort of thing, and I wonder if we...
What about experimenting here with compat data formats based on MDN browser compat data, with the goal of eventually upstreaming it there? See also https://github.com/mdn/browser-compat-data/issues/3280
Lots of repositories in the tc39 org have Travis-CI jobs and a package.json which download code from npm. Is this what you're getting at? I don't think it would be...
> which enqueues reaction jobs which means HTML tasks can run before the then callbacks according to the current JS API spec. Are you sure about that? Promise Reaction Jobs...
@kmiller68 Interesting. Does that mean caching Modules in IndexedDB is not useful on JSC? I thought the hope was that this would cache compiled code. > ~~Since we, in some...
@tschneidereit You are right, thanks for the correction.
This issue is waiting on more implementation feedback on https://github.com/WebAssembly/spec/pull/745 to proceed.
cc @kmiller68 @tschneidereit @domenic @lukewagner
@tschneidereit Did you see @linclark's explanation of the motivation for JSC's implementation strategy in https://github.com/webpack/webpack/issues/6433 ?