Skip to content

Issue with comment inside property chain #644

@fvictorio

Description

@fvictorio

As reported by @wighawag:

This

game.
// CONFIG
config.resolveWindow = 1000;
config.defaultDelay = 0;

gets re-written as:

game.config.resolveWindow = 1000;
// CONFIG
config.defaultDelay = 0;

This seems like a PITA to fix, and I'm not even sure what the "correct" result should be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions