Skip to content

Commit

Permalink
feat: introduced initial parser version (#33)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ovflowd authored Jul 12, 2024
1 parent 55d9a7c commit 020b4ae
Show file tree
Hide file tree
Showing 13 changed files with 2,770 additions and 72 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
with:
ignore_words_list: crate,raison
exclude_file: .gitignore
skip: package-lock.json
1 change: 1 addition & 0 deletions bin/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.gitignore
Loading

0 comments on commit 020b4ae

Please sign in to comment.