Skip to content

Commit

Permalink
feat: Add errors to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jubnzv committed Aug 9, 2024
1 parent af8ee97 commit d2e052e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
export { enableFeatures, build } from "./pipeline/build";
export {
TactError,
TactParseError,
TactSyntaxError,
TactCompilationError,
TactInternalCompilerError,
TactConstEvalError,
TactErrorCollection,
} from "./errors";

0 comments on commit d2e052e

Please sign in to comment.