Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Improve generated code in TypeScript #226

Open
freshstrangemusic opened this issue Jan 27, 2023 · 0 comments
Open

Improve generated code in TypeScript #226

freshstrangemusic opened this issue Jan 27, 2023 · 0 comments

Comments

@freshstrangemusic
Copy link
Member

The generated function names in TypeScript are not idiomatic, e.g.,

typeGuards.normandy_checkConsoleLogArguments
typeGuards.experiments_isNimbusExperiment

It would be much nicer to use if we generated namespaced imports, e.g.

typeGuards.normandy.checkConsoleLogArguments
typeGuards.experiments.isNimbusExperiment
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant