Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support adding dynamic IDL strings to Transformer #188

Open
ExE-Boss opened this issue Apr 1, 2020 · 4 comments
Open

Support adding dynamic IDL strings to Transformer #188

ExE-Boss opened this issue Apr 1, 2020 · 4 comments

Comments

@ExE-Boss
Copy link
Contributor

ExE-Boss commented Apr 1, 2020

This is a pain point I’ve encountered while trying to convert cssstyle to use WebIDL2JS.

I’m currently forced to generate ./src/CSSStyleDeclaration‑properties.webidl at build time, which contains the generated partial interface attributes:

@TimothyGu
Copy link
Member

@domenic
Copy link
Member

domenic commented Apr 1, 2020

Generating IDL at build time, like Gecko, seems like the right approach to me.

@ExE-Boss
Copy link
Contributor Author

ExE-Boss commented Apr 1, 2020

I also generate them at build time, but I’d like to skip the writing to disk part.

@domenic
Copy link
Member

domenic commented Apr 1, 2020

That makes some sense, and perhaps should feed in to #160.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants