refactor: Avoid file names differing only on casing (src/core/[tT]ype.js) (#36)
All checks were successful
/ test (push) Successful in 17s
All checks were successful
/ test (push) Successful in 17s
Resolves #32. Reviewed-on: #36 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
parent
95d81d0338
commit
dbee782c4f
2 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import ArrayKeyedMap from 'array-keyed-map'
|
|||
|
||||
import {ResolutionError, isPlainFunction, isPlainObject} from './helpers.js'
|
||||
import {Implementations, ImplementationsGenerator} from './Implementations.js'
|
||||
import {bootstrapTypes} from './type.js'
|
||||
import {bootstrapTypes} from './types.js'
|
||||
import {
|
||||
Returns, ReturnType, ReturnTyping, Unknown, Type, whichType
|
||||
} from './Type.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue