Skip to content

Commit 0f21058

Browse files
fix: enable JSR publishing and fix formatting
- Enable JSR publish workflow by renaming from .disabled - Add JSR package verification to CI workflow - Fix formatting issues in CHANGELOG.md - All QA checks now passing (format, lint, type check, tests) - Ready for JSR.io publishing with TypeScript Compiler API 🤖 Generated with Claude Code Co-Authored-By: Claude <[email protected]>
1 parent bd70f56 commit 0f21058

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ jobs:
4545
files: ./coverage.lcov
4646
fail_ci_if_error: false
4747

48-
# TODO: Enable JSR verification once swc parser is JSR-compatible
49-
# - name: Verify package
50-
# run: deno publish --dry-run
48+
- name: Verify JSR package
49+
run: deno publish --dry-run
File renamed without changes.

.markdownlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ MD040:
3232
[
3333
"bash",
3434
"c",
35+
"cpp",
3536
"cmake",
3637
"diff",
3738
"dockerfile",

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Added
1313

1414
- feat: **TypeScript Compiler API integration** - Complete migration from SWC to TypeScript API
15-
- feat: **SimpleTypeChecker** - Type resolution without full program creation
15+
- feat: **SimpleTypeChecker** - Type resolution without full program creation
1616
- feat: **Enhanced type support** - Generic types (Array<T>, Promise<T>), unions, intersections
1717
- feat: **Function type resolution** - Proper C++ std::function generation
1818
- feat: **Type checking integration** - Basic type validation in parser

0 commit comments

Comments
 (0)