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

fix: use util.TextEncoder, util.TextDecoder for Node 10 #957

Merged
merged 3 commits into from
Feb 12, 2021

Conversation

alexander-fenster
Copy link
Contributor

Fixes #947 (once more), specifically, this comment.

@alexander-fenster alexander-fenster requested a review from a team as a code owner February 3, 2021 01:55
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 3, 2021
@codecov
Copy link

codecov bot commented Feb 3, 2021

Codecov Report

Merging #957 (1b943d6) into master (f6c6c33) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #957      +/-   ##
==========================================
- Coverage   88.57%   88.53%   -0.04%     
==========================================
  Files          43       43              
  Lines        7036     7041       +5     
  Branches      557      606      +49     
==========================================
+ Hits         6232     6234       +2     
- Misses        794      797       +3     
  Partials       10       10              
Impacted Files Coverage Δ
src/fallback.ts 79.24% <100.00%> (-0.38%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f6c6c33...1b943d6. Read the comment docs.

@bcoe
Copy link
Contributor

bcoe commented Feb 3, 2021

@alexander-fenster LGTM, but it seems like we should make sure browser tests are passing for this one?

@alexander-fenster alexander-fenster added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 6, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 6, 2021
@alexander-fenster alexander-fenster merged commit 883f7b6 into master Feb 12, 2021
@alexander-fenster alexander-fenster deleted the util-textencoder branch February 12, 2021 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fast-text-encoding usage breaks compatibility with Emscripten based libaries
3 participants