Timothy Gu

Results 227 comments of Timothy Gu

I'm also not sure about this. JSTransformer's APIs are designed with string rendering in mind. Binary blobs are, at the current stage, abusing the APIs a little bit.

I agree with the fact that `render` is a better name for the function; but, `fn` accurately distinguishes itself with the other property in the object, `dependencies`. (What I'm saying...

Sounds good. If we were to do this, I'd just remove `fn` as @tunnckoCore said.

Hello, thank you for this! You should actually edit the `index.bs` file, which is the source file that is then compiled to HTML. See https://github.com/TimothyGu/es-howto#helping-out.

This is an open-source project. I don't get paid to write this document, so it's natural that sometimes it gets put on the backburner.

Indeed. There has been recently a few clean-ups on the usage of these shorthands in the spec. See https://github.com/tc39/ecma262/pull/1622 and https://github.com/tc39/ecma262/pulls?q=label%3A%22completion+records%22.

That's a long winded way of saying: I'd appreciate a pull request :)

I’m in the process of creating a new equivalent `Math` library using Rust’s standard library and WebAssembly to avoid relying on the host’s `Math` object.

Sure, though we should put them behind an Annex B flag probably.

Oops, closed accidentally.