vendor: support native TypeScript source loading

This commit is contained in:
imccyu
2026-07-28 23:03:23 +08:00
parent eb38a365dc
commit 5ea161fa68
23 changed files with 77 additions and 72 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { defineProperty, Dict, isNullable } from 'cosmokit'
import { defineProperty, isNullable } from 'cosmokit'
import type { Dict } from 'cosmokit'
import { Context } from './context.ts'
import { getTraceable, symbols, withProps } from './utils.ts'
import { Fiber, FiberState } from './fiber.ts'