vendor: support native TypeScript source loading
This commit is contained in:
4
vendor/cordis/src/context.ts
vendored
4
vendor/cordis/src/context.ts
vendored
@@ -1,8 +1,8 @@
|
||||
import { Dict } from 'cosmokit'
|
||||
import type { Dict } from 'cosmokit'
|
||||
import { EventsService } from './events.ts'
|
||||
import { LoggerService } from './logger.ts'
|
||||
import { ReflectService } from './reflect.ts'
|
||||
import { InjectKey, RegistryService } from './registry.ts'
|
||||
import { RegistryService, type InjectKey } from './registry.ts'
|
||||
import { getTraceable, symbols } from './utils.ts'
|
||||
import { Fiber } from './fiber.ts'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user