You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm requesting a TAG review of "Explicit JavaScript Compile Hints".
This proposal introduces a new magic comment that signals to browsers that the functions in a JavaScript file are likely to be needed by the website. This allows the browser to parse and compile them eagerly, which can improve page load times.
The group where the incubation/design work on this is being done (or is intended to be done in the future): Not set up yet
The group where standardization of this work is intended to be done ("unknown" if not known): Unknown; as it doesn't change JavaScript semantics, TC39 is likely not the right venue.
In general, the TAG is skeptical of introducing a pattern which introduces semantics in comments. It would be more useful to use decorators or another pattern that cannot be stripped. It seems like this is more general than just browsers, so we feel this probably should be a topic for TC39. We're going to close this for now and we encourage you to bring this to TC39 and come back to us.
こんにちは TAG-さん!
I'm requesting a TAG review of "Explicit JavaScript Compile Hints".
This proposal introduces a new magic comment that signals to browsers that the functions in a JavaScript file are likely to be needed by the website. This allows the browser to parse and compile them eagerly, which can improve page load times.
Further details:
Thanks in advance!
The text was updated successfully, but these errors were encountered: