Skip to content

fix(compiler): remove type-only exports#174

Merged
Brooooooklyn merged 2 commits intomainfrom
fix/compiler-remove-type-only-exports
Mar 27, 2026
Merged

fix(compiler): remove type-only exports#174
Brooooooklyn merged 2 commits intomainfrom
fix/compiler-remove-type-only-exports

Conversation

@sapphi-red
Copy link
Copy Markdown
Contributor

import { Config } from './config';
export type { Config };

was transformed to

export type { Config };

and was causing problems as Config is not declared in the file.

@Brooooooklyn Brooooooklyn merged commit 3a9605a into main Mar 27, 2026
2 checks passed
@Brooooooklyn Brooooooklyn deleted the fix/compiler-remove-type-only-exports branch March 27, 2026 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants