This commit is contained in:
2026-03-04 00:50:15 -08:00
parent 9126175569
commit 4211317c03
569 changed files with 122194 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package webidl;
typedef Options = {
var idlFile : String;
var nativeLib : String;
@:optional var outputDir : String;
@:optional var includeCode : String;
@:optional var chopPrefix : String;
@:optional var autoGC : Bool;
}