Skip to content

Commit 020b4ae

Browse files
authored
feat: introduced initial parser version (#33)
* feat: introduced initial parser version (not finished) * chore: continued iterating on the source (but now with unified) * chore: finished initial loader/parser implementation * chore: stability index metadata * chore: codespell * chore: minor cleanup for heading types * chore: updated logic to support a glob * chore.: self review and code cleanup * chore: minor import cleanup * fix: heading issue + improved docs and code * refactor: cleanup and simplify unist visit process * fix: missing metadata * fix: fixed and refactored the code * chore: deep optimization and fix of edge cases * chore: remove console log * chore: final cleanup and optimization * chore: simplification of parser and separation of concerns * chore: updated docs * chore: code review changes * refactor: simplified the parsing of the tree without using a transformer * chore: renamed variables for simplicity * chore: pass apidoc itself * chore: more doc updates * chore: more doc updates * refactor: applied cdoe reviews and stability index as Parent * fix: partial metadata definition
1 parent 55d9a7c commit 020b4ae

File tree

13 files changed

+2770
-72
lines changed

13 files changed

+2770
-72
lines changed

.github/workflows/codespell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ jobs:
1717
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
1818
with:
1919
ignore_words_list: crate,raison
20+
exclude_file: .gitignore
21+
skip: package-lock.json

bin/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!.gitignore

0 commit comments

Comments
 (0)