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: do not panic, return the error instead #40

Merged
merged 2 commits into from Jun 27, 2022
Merged

fix: do not panic, return the error instead #40

merged 2 commits into from Jun 27, 2022

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Jun 27, 2022

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jun 27, 2022

🦋 Changeset detected

Latest commit: e7abf45

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
sh-syntax Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@JounQin JounQin self-assigned this Jun 27, 2022
@JounQin JounQin added bug Something isn't working enhancement New feature or request labels Jun 27, 2022
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 27, 2022

📊 Package size report   -0.92%↓

File Before After
lib/index.cjs 27.3 kB 0.7%↑27.5 kB
lib/processor.d.ts 720 B 0.3%↑722 B
lib/processor.js 3.6 kB 10%↑3.9 kB
lib/processor.js.map 3.2 kB 7%↑3.4 kB
lib/types.d.ts 1.6 kB 0.1%↑1.6 kB
main.wasm 737.5 kB -1.11%↓729.4 kB
Total (Includes all files) 800.3 kB -0.92%↓793.0 kB
Tarball size 273.3 kB -0.59%↓271.7 kB
Unchanged files
File Size
lib/browser.d.ts 94 B
lib/browser.js 129 B
lib/browser.js.map 171 B
lib/index.d.ts 748 B
lib/index.js 815 B
lib/index.js.map 926 B
lib/shim.d.ts 11 B
lib/shim.js 317 B
lib/shim.js.map 368 B
lib/types.js 372 B
lib/types.js.map 244 B
LICENSE 1.1 kB
package.json 2.2 kB
README.md 3.3 kB
vendors/wasm_exec.d.ts 175 B
vendors/wasm_exec.js 15.5 kB

🤖 This report was automatically generated by pkg-size-action

@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #40 (e7abf45) into main (f22ab75) will decrease coverage by 1.99%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   98.80%   96.81%   -2.00%     
==========================================
  Files           4        4              
  Lines         336      345       +9     
  Branches       21       23       +2     
==========================================
+ Hits          332      334       +2     
- Misses          4       11       +7     
Impacted Files Coverage Δ
src/processor.ts 95.54% <41.66%> (-3.42%) ⬇️
src/types.ts 100.00% <100.00%> (ø)

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 f22ab75...e7abf45. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request PR: merged PR: unreviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant