Skip to content

Compiler Bug regarding Function Hoisting #488

Description

@TobiasWienand

Here is a before and after after compiling before.js to after.js

// before.js

console.log(two);
function two() {
}
// after.js

console.log(two);
function f3() {
}

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