Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-19 19:12:13 -04:00
parent cfcdc7eea2
commit 25291b2ba4
6 changed files with 27 additions and 6 deletions

5
build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
bun build src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi
tsc --emitDeclarationOnly