We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba24a2 commit 2b4e2c5Copy full SHA for 2b4e2c5
README.md
@@ -28,7 +28,8 @@ const report = createSyntaxScriptDiagnosticReport('/path/to/file.syx');
28
console.log(`${report.items.length} Problems found in the file.`);
29
```
30
31
-Handling compiler errors
+Handling compiler errors.
32
+
33
```typescript
34
import { SyntaxScriptCompiler,isCompilerError } from '@syntaxs/compiler';
35
0 commit comments