Skip to content

Commit e568889

Browse files
fix: update tempalte
1 parent c0c69a2 commit e568889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/create-lang/template/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
const path = require('node:path')
2+
const fs = require('node:fs')
3+
const { resolvePrebuild } = require('@ast-grep/setup-lang')
24

35
function getLibPath() {
46
const prebuild = resolvePrebuild(__dirname)

0 commit comments

Comments
 (0)