Bradley Farias

Results 379 comments of Bradley Farias

It might be more prudent to first go through [TC53](https://www.ecma-international.org/memento/tc53.htm) instead of TC39]first which likely has a bigger interest in things like this for putting values into ROM as much...

You can also use package.json#imports to do this as well: https://twitter.com/bradleymeck/status/1493610704515051528 There are a bunch of ways to do this but having some mocking built into core seems more reasonable...

I don't know exactly your usage of the term "transpiling" here. Do you mean without creating a new Module using source text? Then no, there isn't a way to do...

First pass this seems fine but likely should investigate a thread per loader URL/some key. Having it per thread they instrument would be more costly if you spawn/tear down threads....

Dmitry this is under large discussion on issue #8, we are redoing a fair bit and will add a better serializer, right now it is that way due to circular...

It will be transparent in the future; it is currently stringified for the reasons above.

Placing this here before I do any work on plugins : we should provide wrappers to objects rather than direct access to avoid attacks. This could be done with Harmony's...

@temsa we need to be very careful in allowing objects to be added to the sandbox without wrapping them in objects originating in the sandbox. Allowing people to exploit cross...

https://gist.github.com/1609442 is a generalized wrapper for code between a runner and something else, will integrate the wrapping to avoid leaks and rebase the plugins this weekend. Passing in eval and...