File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11import { EMPTY_STR } from './constants'
2- import { flattenObject } from './utils/flat.ts '
3- import { convertToJsDoc } from './utils/convert.ts '
2+ import { flattenObject } from './utils/flat'
3+ import { convertToJsDoc } from './utils/convert'
44import type { ConvertOption } from './types/global'
55
66/**
Original file line number Diff line number Diff line change 11import { DOT , EMPTY_STR , ROOT_TYPE_NAME } from '../constants'
22import { ConvertOption , type CustomType , type Property } from '../types/global'
3- import { detectValType } from './type-detect.ts '
3+ import { detectValType } from './type-detect'
44import { pascalCase } from 'change-case'
55import pluralize from 'pluralize-esm'
66
Original file line number Diff line number Diff line change 1- /**
2- *
3- * @author shiloh
4- * @date 2025/4/23 17:50
5- */
6-
71/**
82 * 展开对象
93 * @param obj 要展开的对象
You can’t perform that action at this time.
0 commit comments