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

Rename module gen file to module.gen.ts #273

Closed
NathanFlurry opened this issue May 15, 2024 — with Linear · 1 comment
Closed

Rename module gen file to module.gen.ts #273

NathanFlurry opened this issue May 15, 2024 — with Linear · 1 comment
Assignees

Comments

Copy link
Member

Motivation

The imports to _gen folder are ugly in the code. This simplifies the imports in scripts a lot to just ../module.gen.ts.

Also, we generate nice code that's helpful for people to understand, so it's not a bad thing for people to read the generated code.

Because of tree shaking, we don't need to have separate runtime & test files.

Copy link

linear bot commented May 15, 2024

@NathanFlurry NathanFlurry self-assigned this May 19, 2024
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

No branches or pull requests

1 participant