Skip to content

Compiler strips comments from classes #50053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pushkine opened this issue Jul 26, 2022 · 1 comment
Closed

Compiler strips comments from classes #50053

pushkine opened this issue Jul 26, 2022 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@pushkine
Copy link
Contributor

Bug Report

πŸ•— Version & Regression Information

ts stable 4.7.4 & nightly

⏯ Playground Link

Playground Link

πŸ’» Code

// comment
export class A {
	// comment
}

πŸ™ Actual behavior

// comment
export class A {
}

πŸ™‚ Expected behavior

// comment
export class A {
	// comment
}
@RyanCavanaugh RyanCavanaugh added the Duplicate An existing issue was already created label Jul 28, 2022
@RyanCavanaugh
Copy link
Member

See #32813 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants