-
Notifications
You must be signed in to change notification settings - Fork 53
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(molecule): support the latest mol grammar #738
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #738 +/- ##
===========================================
- Coverage 87.89% 87.05% -0.85%
===========================================
Files 133 132 -1
Lines 25375 24785 -590
Branches 2790 2691 -99
===========================================
- Hits 22304 21576 -728
- Misses 3034 3169 +135
- Partials 37 40 +3
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
137049c
to
46f337d
Compare
Now developers can paste their Here is an example from UTXO Stack and its corresponding schema file |
Description
The previous version of
@ckb-lumos/molecule
does not fully support all molecule syntax, such ascomment
starting with#
,comment
s in table or struct declaration blocks,import
syntax,syntax
version, newline breaker\r\n
in Windows, and more. This PR refactors the parser to support the latest Molecule syntax.Type of change
Please delete options that are not relevant.
How Has This Been Tested?