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 b42c35b commit 1e78a0aCopy full SHA for 1e78a0a
‎scripts/nursery/index.ts‎
@@ -1,11 +1,7 @@
1
+import type { DynamicLangRegistrations, SgRoot } from '@ast-grep/napi'
2
+import { parse, registerDynamicLanguage } from '@ast-grep/napi'
3
import fs from 'node:fs'
4
import path from 'node:path'
-import {
- parse,
5
- registerDynamicLanguage,
6
- type SgRoot,
7
- type DynamicLangRegistrations,
8
-} from '@ast-grep/napi'
9
10
/**
11
* Log to console
0 commit comments