You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 3 main APIs you should know: addFile(pathFileName), compile() and writeToDir(dirName), as the names suggest, you can add multiple Web IDL files to the generator by using addFile() (order doesn't matter), and then invoke compile() to compile them, and invoke writeToDir() at last to write all generated files to that directory.