misskey-dev / mfm.js

An MFM parser implementation with TypeScript.
MIT License
108 stars 19 forks source link

TypeScript版パーサーのマージ #124

Closed marihachi closed 1 year ago

marihachi commented 1 year ago

What

TypeScript版パーサーをdevelopへマージする。

Related PR:

Why

Additional info (optional)

codecov[bot] commented 1 year ago

Codecov Report

Merging #124 (22f23a7) into develop (7b7af90) will decrease coverage by 1.90%. The diff coverage is 96.82%.

@@             Coverage Diff             @@
##           develop     #124      +/-   ##
===========================================
- Coverage    99.63%   97.73%   -1.91%     
===========================================
  Files            4        8       +4     
  Lines          553     1544     +991     
  Branches       110      233     +123     
===========================================
+ Hits           551     1509     +958     
- Misses           1       34      +33     
  Partials         1        1              
Impacted Files Coverage Δ
src/@types/twemoji.d.ts 0.00% <0.00%> (ø)
src/internal/util.ts 97.63% <75.00%> (-1.38%) :arrow_down:
src/internal/core/index.ts 91.16% <91.16%> (ø)
src/internal/parser.ts 99.33% <99.33%> (ø)
src/api.ts 100.00% <100.00%> (ø)
src/internal/index.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 7b7af90...22f23a7. Read the comment docs.

syuilo commented 1 year ago

👍👍👍