Tommy Nguyen

Results 96 comments of Tommy Nguyen

If I understand this setting correctly, I don't think we should recommend ES2019 when Hermes is our lowest common denominator. It doesn't mean that you can't have ES2019 in your...

This is really awesome! How did you generate this table? I guess we should recommend 2019 then?

Or maybe we should be more granular, e.g. `["ES2017.object", "ES2017.String", ...]`. I know Intl support isn't complete, so the table is a bit misleading there.

> * Before we do anything, it would be great to understand how the monorepo is going to be managed. Are we going to use Lerna or any other monorepo...

> > How much storage do we get from GitHub? Could we store binary blobs here and download them on demand? > > GH Release would be a good solution....

> The root issue here is sizing. The Hermes tarball is ~400Mb and can't stay in a NPM package. Splitting is 'doable' but would add a lot of custom infra...

> @TheSavior: Do you see it as important to support app developers with this tool? Or does it make sense to have it be focused on library authors / platform...

> @grabbou: On a high level, this proposal seems like an ability to create apps (production or test apps) by writing JavaScript-only files and abstracting away the native code. Is...