Skip to content

Commit 3893242

Browse files
NatoBoramHerringtonDarkholme
authored andcommitted
🎨 Halve the import lines in nursery
1 parent 1f463d4 commit 3893242

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

‎scripts/nursery/index.ts

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1+
import type { DynamicLangRegistrations, SgRoot } from '@ast-grep/napi'
2+
import { parse, registerDynamicLanguage } from '@ast-grep/napi'
13
import fs from 'node:fs'
24
import path from 'node:path'
3-
import {
4-
parse,
5-
registerDynamicLanguage,
6-
type SgRoot,
7-
type DynamicLangRegistrations,
8-
} from '@ast-grep/napi'
95

106
/**
117
* Log to console

0 commit comments

Comments
 (0)