Skip to content
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

Lowercase type breaks with a comment #1907

Closed
domoritz opened this issue Apr 7, 2024 · 1 comment · Fixed by #1908
Closed

Lowercase type breaks with a comment #1907

domoritz opened this issue Apr 7, 2024 · 1 comment · Fixed by #1908
Assignees
Labels
released This issue/pull request has been released.

Comments

@domoritz
Copy link
Member

domoritz commented Apr 7, 2024

Shows Error: Unknown type "alias-test.ts-0-74-test.ts-0-1231742799385"

/** The built-in color schemes, cased. */
type Foo = "Accent";

export type Test = Lowercase<Foo>;

works:

type Foo = "Accent";

export type Test = Lowercase<Foo>;
Copy link

github-actions bot commented Apr 8, 2024

🚀 Issue was released in v1.5.1 🚀

@github-actions github-actions bot added released This issue/pull request has been released. and removed prerelease labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant