Dave Herman
Dave Herman
Source location tracking is untested and probably all wrong. I think there's a serious fencepost problem with ending spans -- it uses the start position of the current token, but...
Make `StringLiteral` and `NumberLiteral` parameterized types to allow making it configurable whether to save the raw source. Probably something like ``` rust struct StringLiteral { pub source: T, pub value:...
It should be configurable whether to preserve comments in the AST.
Discussed some in #6. The `raw` property of literal nodes is an Esprima extension. I have a specific use case for the `raw` property, or at least for more information...
For unixes at least, I suspect it would be easier to implement a correct delegation for `Tool::exec` by using a Unix `exec` call. But this is an area I need...
When `.provide()` gives a result for a later step than the pipeline is currently at, we fulfill the earlier promise with `undefined`. This seems like a good candidate for cancellation,...
To support not only subclassability (see #35) but the ability to use a custom subclass _as_ the built-in loader, should we allow `System.loader` (according to the discussion in #34 this...
Automate the pushing to gh-pages, using Travis. See: - https://github.com/whatwg/streams/blob/master/deploy-gh-pages.sh - https://github.com/whatwg/streams/blob/master/.travis.yml - http://docs.travis-ci.com/user/encryption-keys/ - https://medium.com/@nthgergo/publishing-gh-pages-with-travis-ci-53a8270e87db
From the RFC summary: > This RFC proposes the addition of a new optional environment variable recognized by Yarn to allow users to specify the path of one or more...