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

refactor(ext/webidl): remove option bags from "makeException" #18679

Merged
merged 2 commits into from
Apr 19, 2023

Conversation

bartlomieju
Copy link
Member

Creating these options bags is more costly than passing arguments one-by-one.
Especially since prefix and context are passed to all functions.

Gonna be slowly chipping away at these WebIDL converters.

Copy link
Member

@crowlKats crowlKats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartlomieju bartlomieju changed the title refactor(ext/webidl): remove option bags refactor(ext/webidl): remove option bags from "makeException" Apr 19, 2023
@bartlomieju bartlomieju merged commit 02da57e into denoland:main Apr 19, 2023
@bartlomieju bartlomieju deleted the webidl_simplify_options branch April 19, 2023 22:58
bartlomieju added a commit to bartlomieju/deno that referenced this pull request Apr 20, 2023
…nd#18679)

Creating these options bags is more costly than passing arguments
one-by-one. Especially since `prefix` and `context` are passed to all functions.
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

Successfully merging this pull request may close these issues.

None yet

3 participants