-
Notifications
You must be signed in to change notification settings - Fork 58
Glint generates reference comments when using the TOC
type
#697
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
Comments
TOC
type
NullVoxPopuli
added a commit
to NullVoxPopuli/fix-bad-declaration-output
that referenced
this issue
Feb 1, 2024
NullVoxPopuli
added a commit
to NullVoxPopuli/fix-bad-declaration-output
that referenced
this issue
Feb 1, 2024
NullVoxPopuli
added a commit
to NullVoxPopuli/fix-bad-declaration-output
that referenced
this issue
Feb 1, 2024
Update README README Add vitest oof
NullVoxPopuli
added a commit
to NullVoxPopuli/fix-bad-declaration-output
that referenced
this issue
Feb 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm adding Glint / TypeScript support to a v1 addon (by converting to .gts) and I noticed that
glint -d
outputs a reference comment in files where the TOC type is used. When converting it to use a class instead, the references are no longer generated. According to the Discord it might be a TS issue, but I don't rule out any issues in my setup either 😄..gts source
glint -d output
After converting to a class
The text was updated successfully, but these errors were encountered: