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.
OpenedApr 22, 2024
こんにちは 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!