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

feat(browser-runtime-core): remove preprocessing MONGOSH-931 #1074

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Conversation

addaleax
Copy link
Contributor

Remove the preprocessing inside the browser package, as it mismatches
with the preprocessing we do inside the async rewriter. Since none
of the steps taken here were actually browser-specific in any way,
we should keep further adjustments to the async-rewriter package
itself.

Some of the existing tests for the preprocessor were ported over to
be applied directly to the OpenContextRuntime class.

Remove the preprocessing inside the browser package, as it mismatches
with the preprocessing we do inside the async rewriter. Since none
of the steps taken here were actually browser-specific in any way,
we should keep further adjustments to the async-rewriter package
itself.

Some of the existing tests for the preprocessor were ported over to
be applied directly to the `OpenContextRuntime` class.
Copy link
Contributor

@rose-m rose-m left a comment

Choose a reason for hiding this comment

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

That line diff... 👍

@addaleax addaleax merged commit cca98f9 into main Aug 24, 2021
@addaleax addaleax deleted the 931-dev branch August 24, 2021 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants