Script

interface Script

If you want to compile code from a mixture of File and String, then wrap each in FileScript / StringScript, and call FeatherCompiler.compile with the list/array of Script.

Normally, you can ignore this, and call either FeatherCompiler.compile with an array of File, FeatherCompiler.compileFiles or FeatherCompiler.compileFromStrings.

Inheritors