Skip to content

The server silently breaks if a native module is imported and the corresponding target is not specified in the hxml #27

@sjeulu

Description

@sjeulu

MRE

// Main.hx
import lua.Time;

class Main { static function main():Void { } }
// build.hxml
--class-name Main

No error is shown for the code above, the server just disables all actions until the import statement is removed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions