We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
oxc/crates/oxc_codegen/src/lib.rs
Lines 170 to 226 in 09e41c2
I find these APIs confusing to use.
The intention was to only pass in comments if you want to enable comments, but now we have 2 options:
Lines 39 to 56 in 09e41c2
These builder patterns don't scale well. I'm stuck trying to add a enable_comments API.
enable_comments
Enabling and disabling features, and passing in their required data are confusingly mixed together :-/
The text was updated successfully, but these errors were encountered:
It would be easier to make the change if #6426
Sorry, something went wrong.
Codegen::enableSourceMap
Boshen
No branches or pull requests
oxc/crates/oxc_codegen/src/lib.rs
Lines 170 to 226 in 09e41c2
I find these APIs confusing to use.
The intention was to only pass in comments if you want to enable comments, but now we have 2 options:
oxc/crates/oxc_codegen/src/lib.rs
Lines 39 to 56 in 09e41c2
These builder patterns don't scale well. I'm stuck trying to add a
enable_comments
API.Enabling and disabling features, and passing in their required data are confusingly mixed together :-/
The text was updated successfully, but these errors were encountered: