I'm trying to figure out how to access external JavaScript libraries from Haxe. Should the source file for the extern class be in the same folder as the corresponding native JavaScript file, as well as the "main" Haxe source file, or can they be defined in separate source folders?
Here's the documentation that I'm referring to:
https://haxe.org/manual/target-javascript-external-libraries.html
Also, is there any documentation for Haxe that explains how to access external libraries in all targets (as opposed to just one target)?