Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Commit 2b4e2c5

Browse files
committed
update readme
1 parent aba24a2 commit 2b4e2c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ const report = createSyntaxScriptDiagnosticReport('/path/to/file.syx');
2828
console.log(`${report.items.length} Problems found in the file.`);
2929
```
3030

31-
Handling compiler errors
31+
Handling compiler errors.
32+
3233
```typescript
3334
import { SyntaxScriptCompiler,isCompilerError } from '@syntaxs/compiler';
3435

0 commit comments

Comments
 (0)