Skip to content

Synthetic nodes break function hoisting #806

@ark120202

Description

@ark120202
{
  "compilerOptions": {
    "types": ["dota-lua-types"],
    "plugins": [{ "transform": "dota-lua-types/transformer" }],
  }
}
export const foo = () => {
  clearTable();
};

export const bar = () => {
  LuaModifierType.LUA_MODIFIER_MOTION_NONE;
};

function clearTable() {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions