-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
Currently, a file containing only comments:
// what a nice comment
Is compiled into:
"use strict";
But it should be:
"use strict";
// what a nice comment
Because sprockets has "comment directives" which mean some files will have only comments.
Thanks @josh for bringing this to our attention.
Metadata
Metadata
Assignees
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue