refactor: Avoid file names differing only on casing (src/core/[tT]ype.js)
All checks were successful
/ test (pull_request) Successful in 22s

This commit is contained in:
Glen Whitney 2025-12-12 01:05:02 -08:00
parent 95d81d0338
commit fdc4c7dc42
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import ArrayKeyedMap from 'array-keyed-map'
import {ResolutionError, isPlainFunction, isPlainObject} from './helpers.js' import {ResolutionError, isPlainFunction, isPlainObject} from './helpers.js'
import {Implementations, ImplementationsGenerator} from './Implementations.js' import {Implementations, ImplementationsGenerator} from './Implementations.js'
import {bootstrapTypes} from './type.js' import {bootstrapTypes} from './types.js'
import { import {
Returns, ReturnType, ReturnTyping, Unknown, Type, whichType Returns, ReturnType, ReturnTyping, Unknown, Type, whichType
} from './Type.js' } from './Type.js'