This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package macros; | |
import sys.FileSystem; | |
import sys.io.File; | |
/** | |
* @author Pierre Chamberlain | |
* @usage In a compile.hxml file, you can call this command like so: | |
* | |
* --macro macros.MacroModuleFixer.run("yourFile.js", "MyModule") | |
* |
NewerOlder