Skip to content

Comments

Extract block-parser into standalone top-level library#82

Merged
DavidWells merged 7 commits intomasterfrom
claude/issue-81-20250616_064906
Jun 17, 2025
Merged

Extract block-parser into standalone top-level library#82
DavidWells merged 7 commits intomasterfrom
claude/issue-81-20250616_064906

Conversation

@DavidWells
Copy link
Owner

Extract src/block-parser.js to /block-parser directory as standalone library

  • Include all dependencies: syntax, text utils, defaults
  • Create complete package.json with oparser dependency
  • Move and adapt test suites to new location
  • Update imports in main codebase to use ../block-parser/src/index
  • Remove old block-parser files from src/
  • Add comprehensive README with usage examples
  • All tests pass (7/7 in block-parser, 37/37 in main codebase)

Closes #81

🤖 Generated with Claude Code

claude bot and others added 7 commits June 16, 2025 06:56
- Extract src/block-parser.js to /block-parser directory as standalone library
- Include all dependencies: syntax, text utils, defaults
- Create complete package.json with oparser dependency
- Move and adapt test suites to new location
- Update imports in main codebase to use ../block-parser/src/index
- Remove old block-parser files from src/
- Add comprehensive README with usage examples
- All tests pass (7/7 in block-parser, 37/37 in main codebase)

Co-authored-by: DavidWells <DavidWells@users.noreply.github.com>
@DavidWells DavidWells merged commit 9be5913 into master Jun 17, 2025
4 checks passed
@DavidWells DavidWells deleted the claude/issue-81-20250616_064906 branch June 17, 2025 22:23
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.

Extract Block parser into new top level library

1 participant