Alexander J. Vincent

Results 154 comments of Alexander J. Vincent

I think the tree root would be a global scope object, with child objects being child scopes and the variables in each scope (AST objects). `var currentScope = scopeManager.acquire(ast); //...

As similarly as possible, yes. I'm really not expecting major changes in the appearance.

Decorators are now Stage 3 ([spec link](https://github.com/tc39/proposal-decorators))

https://github.com/gajus/eslint-plugin-jsdoc

Also review https://github.com/dustinspecker/awesome-eslint for useful plugins.

A real-world membrane isn't supposed to hold strong references to the proxies. So while the above example initially seems contrived, there's the argument that if the revoker is the only...

In the esmodules-0.10 branch, I have forcibly moved revokers into a "revocable multimap" (source/core/RevocableMultimap.mjs), and that is the only place they're kept. This means the memory leak is strictly the...

Blocks https://github.com/ajvincent/es-membrane/issues/33

Sometimes we just don't want to let any FooObject instances leak out of an object graph... or into one.

See https://github.com/caridy/secure-javascript-environment/issues/48