-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Milestone
Description
π Search Terms
- comment removal
- removeComments
π Version & Regression Information
- This is the behavior in every version I tried.
β― Playground Link
π» Code
export const foo = {
foo: 'foo', // this comment will be removed, however this should be kept
bar: 'bar' // this comment will be kept, works well
}
π Actual behavior
export const foo = {
foo: 'foo',
bar: 'bar' // this comment will be kept, works well
}
π Expected behavior
export const foo = {
foo: 'foo', // this comment will be removed, however this should be kept
bar: 'bar' // this comment will be kept, works well
}
Additional information about the issue
No response
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