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

implement plain syntax #114

Merged
merged 8 commits into from
Jun 7, 2022
Merged

implement plain syntax #114

merged 8 commits into from
Jun 7, 2022

Conversation

marihachi
Copy link
Contributor

@marihachi marihachi commented Jun 5, 2022

What

Resolve #101
Resolve #113

  • 構文追加: <plain>構文
  • API追加: type MfmPlainPLAIN()
  • API変更: parsePlain() -> parseSimple()
  • API変更: type MfmPlainNode -> type MfmSimpleNode
  • npm-scripts変更: parse-plain -> parse-simple

Why

Additional info (optional)

@codecov
Copy link

codecov bot commented Jun 5, 2022

Codecov Report

Merging #114 (437b7d4) into develop (c2f166d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##           develop     #114   +/-   ##
========================================
  Coverage    99.62%   99.63%           
========================================
  Files            4        4           
  Lines          539      553   +14     
  Branches       107      110    +3     
========================================
+ Hits           537      551   +14     
  Misses           1        1           
  Partials         1        1           
Impacted Files Coverage Δ
src/api.ts 100.00% <100.00%> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/internal/util.ts 99.00% <100.00%> (+0.01%) ⬆️
src/node.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 c2f166d...437b7d4. Read the comment docs.

@marihachi marihachi marked this pull request as ready for review June 6, 2022 15:50
@syuilo syuilo merged commit aa893a8 into develop Jun 7, 2022
@syuilo
Copy link
Member

syuilo commented Jun 7, 2022

👍🏻👍🏻👍🏻

@syuilo syuilo deleted the work/plain-syntax branch June 7, 2022 14:41
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.

plainParserとplain構文で用語が競合する 全ての構文を無効にする構文
2 participants