Skip to content

Commit

Permalink
Disable Feather by default (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowAfterlife committed Apr 17, 2022
1 parent 43a6d84 commit 9338041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sf/SfGenerator.hx
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ class SfGenerator extends SfGeneratorImpl {
printf(mixed, "// Generated at %s (%(d)ms) for v%s+\n", now, ms, ver);
}
printf(mixed, "/// @lint nullToAny true\n");
printf(mixed, "// Feather disable all\n");

//
function addMainExpr(b:SfBuffer):Void {
Expand Down

0 comments on commit 9338041

Please sign in to comment.