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 c0c69a2 commit e568889Copy full SHA for e568889
scripts/create-lang/template/index.js
@@ -1,4 +1,6 @@
1
const path = require('node:path')
2
+const fs = require('node:fs')
3
+const { resolvePrebuild } = require('@ast-grep/setup-lang')
4
5
function getLibPath() {
6
const prebuild = resolvePrebuild(__dirname)
0 commit comments