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 1f23986 commit 12fd20cCopy full SHA for 12fd20c
Makefile
@@ -81,7 +81,7 @@ postversion: release
81
git checkout main
82
83
generate:
84
- npx ts-node bin/generate.ts
+ node --import tsx bin/generate.ts
85
86
install: build/libllhttp.a build/libllhttp.so
87
$(INSTALL) -d $(DESTDIR)$(INCLUDEDIR)
bin/generate.ts
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env -S npx ts-node
+#!/usr/bin/env -S node --import tsx
2
3
import { mkdirSync, readFileSync, writeFileSync } from 'fs';
4
import { LLParse } from 'llparse';
0 commit comments