Skip to content

Commit

Permalink
feat: Add index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
byakuren-hijiri committed Aug 2, 2024
1 parent dcb19c7 commit 28a413c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"ignore": [
"src/grammar/ast.ts",
"src/prettyPrinter.ts",
"src/pipeline/build.ts",
".github/workflows/tact.yml"
],
"ignoreDependencies": [
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { enableFeatures, build } from "./pipeline/build";

0 comments on commit 28a413c

Please sign in to comment.