-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
Domain: Comment EmitThe issue relates to the emission of comments when compilingThe issue relates to the emission of comments when compilingHelp WantedYou can do thisYou can do thisPossible ImprovementThe current behavior isn't wrong, but it's possible to see that it might be better in some casesThe current behavior isn't wrong, but it's possible to see that it might be better in some cases
Description
π Search Terms
"missing comments", "missing comments in .js output", "trailing comments"
π Version & Regression Information
Happens in every version available in the playground (3.3.3 to v5.8.0-dev.20241218)
β― Playground Link
π» Code
class A {
// keep-sorted start
methodA() {
console.log("sorted");
}
// keep-sorted end
}π Actual behavior
// keep-sorted end is missing in the .js output.
π Expected behavior
// keep-sorted end is retained in the .js output.
Additional information about the issue
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Domain: Comment EmitThe issue relates to the emission of comments when compilingThe issue relates to the emission of comments when compilingHelp WantedYou can do thisYou can do thisPossible ImprovementThe current behavior isn't wrong, but it's possible to see that it might be better in some casesThe current behavior isn't wrong, but it's possible to see that it might be better in some cases