Skip to content

feat: introduced initial parser version #33

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

Merged
merged 26 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0885b53
feat: introduced initial parser version (not finished)
ovflowd Jul 6, 2024
04f7373
chore: continued iterating on the source (but now with unified)
ovflowd Jul 6, 2024
5a9c7cf
chore: finished initial loader/parser implementation
ovflowd Jul 6, 2024
1cd2202
chore: stability index metadata
ovflowd Jul 6, 2024
842e1c2
chore: codespell
ovflowd Jul 6, 2024
2e287bc
chore: minor cleanup for heading types
ovflowd Jul 6, 2024
a41308e
chore: updated logic to support a glob
ovflowd Jul 6, 2024
b459661
chore.: self review and code cleanup
ovflowd Jul 7, 2024
863c498
chore: minor import cleanup
ovflowd Jul 7, 2024
1c2512b
fix: heading issue + improved docs and code
ovflowd Jul 7, 2024
6c45c78
refactor: cleanup and simplify unist visit process
ovflowd Jul 7, 2024
d35e974
fix: missing metadata
ovflowd Jul 7, 2024
551e85a
fix: fixed and refactored the code
ovflowd Jul 8, 2024
a009ec4
chore: deep optimization and fix of edge cases
ovflowd Jul 8, 2024
a16f029
chore: remove console log
ovflowd Jul 8, 2024
d462238
chore: final cleanup and optimization
ovflowd Jul 8, 2024
edafe6f
chore: simplification of parser and separation of concerns
ovflowd Jul 8, 2024
bf4004e
chore: updated docs
ovflowd Jul 8, 2024
19c4a01
chore: code review changes
ovflowd Jul 9, 2024
410770e
refactor: simplified the parsing of the tree without using a transformer
ovflowd Jul 9, 2024
1b35124
chore: renamed variables for simplicity
ovflowd Jul 9, 2024
44f9122
chore: pass apidoc itself
ovflowd Jul 9, 2024
b3ff296
chore: more doc updates
ovflowd Jul 9, 2024
ba96883
chore: more doc updates
ovflowd Jul 9, 2024
77f9884
refactor: applied cdoe reviews and stability index as Parent
ovflowd Jul 11, 2024
be1927f
fix: partial metadata definition
ovflowd Jul 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading