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 1f463d4 commit 3893242Copy full SHA for 3893242
‎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