We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ebeac commit fb7c62eCopy full SHA for fb7c62e
scripts/generate-common.mts
@@ -1,7 +1,7 @@
1
import { PrismThemeEntry, themes as prismThemes } from "prism-react-renderer";
2
import path from "path";
3
-import fs, { link } from "fs";
4
-import ts, { LanguageServiceMode } from "typescript";
+import fs from "fs";
+import ts from "typescript";
5
import {
6
GenerateContext,
7
getTypeWithNullableInfo,
@@ -11,7 +11,6 @@ import {
11
import { toPascalCase } from "@site/src/names";
12
import { styleText } from "util";
13
import { FileStream } from "./util";
14
-import { scrypt } from "crypto";
15
16
export { toPascalCase } from "@site/src/names";
17
scripts/typeschema.ts scripts/typeschema.mtsscripts/typeschema.ts renamed to scripts/typeschema.mts
0 commit comments