There was an error while loading. Please reload this page.
1 parent 6ee24c9 commit c8e57c4Copy full SHA for c8e57c4
1 file changed
scripts/temp-transform-once.ts
@@ -6,10 +6,10 @@ import { newProcessingError } from './apidocs/processing/error';
6
import type { SignatureLikeDeclaration } from './apidocs/processing/signature';
7
import { getProject } from './apidocs/project';
8
import { required } from './apidocs/utils/value-checks';
9
+import { toCamelCase, toKebabCase } from './shared/character-case';
10
import { formatTypescript } from './shared/format';
11
import { FILE_PATH_SRC } from './shared/paths';
12
import { ALLOWED_MODULES } from './temp-module-filter';
-import { toCamelCase, toKebabCase } from './shared/character-case';
13
14
const coreName = 'fakerCore';
15
0 commit comments