jsdom / webidl2js

Auto-generate JS class structures for Web IDL specifications
MIT License
79 stars 30 forks source link

Only generate Function.js and VoidFunction.js if they are used? #223

Open domenic opened 4 years ago

domenic commented 4 years ago

I was working on upgrading whatwg-url to the latest webidl2js and noticed that it generated these redundant files. I could manually add them to npmignore, but it seems like it would be nicer if this were handled at the webidl2js layer.

Is that possible?