dynamicImport.ts 246 B

12345
  1. // The content here is just for type approval. The actual file content is overwritten by transform
  2. // For specific coverage, see build/vite/plugin/transform/dynamic-import/index.ts
  3. export default function (name: string) {
  4. return name as any;
  5. }