Skip to content Skip to sidebar Skip to footer

Traceur Compiler: Normalize / Resolve

As I understood I can use traceur compiler in two ways: compile scripts and then include already compiled into my app use traceur in browser so all scripts will be transformed in

Solution 1:

There is no such function as System.resolve.

See https://github.com/google/traceur-compiler/wiki/Overriding-System-Loader-behavior.

Post a Comment for "Traceur Compiler: Normalize / Resolve"