Closed huozhi closed 5 months ago
For rsc entrypoint
input:
index/index.react-server.ts
export { a } from '../index/util' export { b } from './config'
output:
after resolving, it becomes the original ts file
import { a } from '../shared/index.ts'; export { b } from '../shared/index.ts';
For rsc entrypoint
input:
index/index.react-server.ts
output:
after resolving, it becomes the original ts file