-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Placeholder comment
It might be easier to handle source-maps if the number of lines in the code does not change.
Some compilers (e.g. dart2js) have source-map extensions that are not handled will by third-party tooling.
One way to support this is to have a comment that specifies nothing
Is this supported by having no data?
//# functionsCalledOnLoad=Supporting experimentation
While the binary data format will be comprehensive and compact, it is cumbersome for developers to experiment with, requiring tooling to support a POGO round-trip.
Could we also add a version that tags functions on the next line?
//# functionsCalledOnLoad=next-line
X.foo = function() {...}The compilation hint applies to any function whose first token is on the following line.
If a team has a manual-only process, tooling might support smaller downloads by rolling multiple comments like this up to a prior binary data format comment,