Skip to content

Commit fb7c62e

Browse files
committed
chore: cleanup and rename
1 parent 69ebeac commit fb7c62e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

scripts/generate-common.mts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { PrismThemeEntry, themes as prismThemes } from "prism-react-renderer";
22
import path from "path";
3-
import fs, { link } from "fs";
4-
import ts, { LanguageServiceMode } from "typescript";
3+
import fs from "fs";
4+
import ts from "typescript";
55
import {
66
GenerateContext,
77
getTypeWithNullableInfo,
@@ -11,7 +11,6 @@ import {
1111
import { toPascalCase } from "@site/src/names";
1212
import { styleText } from "util";
1313
import { FileStream } from "./util";
14-
import { scrypt } from "crypto";
1514

1615
export { toPascalCase } from "@site/src/names";
1716

0 commit comments

Comments
 (0)