Jason Williams

Results 270 comments of Jason Williams

@xzyfer are these times measured somewhere? (the pure JS compilation and the C++ compilation)

@jonschlinkert @doowb @danez is this package still maintained? It seems to have a lot of vulnerable and deprecated dependencies. It doesn't seem to be active anymore but does have a...

I don't think anything in the tokens needs to change right? You generate these when you generate the `Node`, at that point you have all the information you need. (first...

Thanks @evomassiny This is a great issue, I think we should certainly look at that. The reproduction steps are useful. I’m not sure how the refactor would work right now...

> Also look into https://en.wikipedia.org/wiki/Shunting-yard_algorithm @simonbuchan thats a great algorithm! I believe our change is basically that with some tweaks

Adding benchmark to keep track of expression parsing https://github.com/jasonwilliams/boa/pull/226

This bug was fixed by #223 @jrop for this issue it was fixed using the Shunting Yard algorithm. Also if you have better ideas, please leave a comment on this...

https://github.com/microsoft/monaco-editor/blob/main/docs/integrate-esm.md#option-2-using-plain-webpack I wonder if we can tree shake out the bits from Monaco editor we don’t need. This should help tidy up gh-pages

Related: https://github.com/boa-dev/boa/issues/445

@divy-work sounds like its approved if you wanted to experiment with this