Skip to content

[Feature Request] Work with haxe posInfos #18

@Jarrio

Description

@Jarrio

Would be cool if we could pass posInfos to the logger to forward error lines.

class Main {
   static function main() {
      write("Hey");
   }

   static function write(a:String, ?infos:PosInfos) {
      Console.log('success', infos); // Line information is - Main.hx:3
   }
}

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