X Tutup
Skip to content

Consistent transpiler temp var naming. #255

@lolleko

Description

@lolleko

Right now we use various amounts of leading underscores and prefixes to name our temp vars.
We should use a consistent amount of underscores. That would allow us to escape variables that contain underscores.
TypeScript does something similar with 3 leading underscores, maybe we can reuse that but iirc we had some issues with TS escaping messing with our translation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup