Skip to content

Commit

Permalink
Fix export syntax-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jan 20, 2025
1 parent 1bffbb0 commit 94dc31f
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 105 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './config'
export * from './common'
export * from './core'
export * from './syntax-rule-type'
export * from './syntax-rule'
export * from './rule'
export { default as Layer } from './layer'
export { default as SyntaxLayer } from './syntax-layer'
Expand Down
Loading

0 comments on commit 94dc31f

Please sign in to comment.