Skip to content

More Identifier Issues #594

@tomblind

Description

@tomblind
  • shorthand assignment of variable declared with lua keyword name should produce error
declare var local: any;
const foo = { local };
  • use of lua keywords as variables that are undeclared should produce the correct error
const foo = local;
  • use of ambient indentifiers with invalid characters should produce error
declare var $foo: any;
$foo = 1;

Feel free to add to this list.

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