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

Improve generated code in TypeScript #226

@freshstrangemusic

Description

@freshstrangemusic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions