Skip to content

andrewbranch/move-to-file-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

move-to-new-file-bug

Repro steps:

  1. Open ./src/index.ts
  2. Select ConfigSchema and use the "Move to new file" refactor

Expected:

import { z } from "zod";

const ConfigSchema = z.object({});

Actual:

import type { z } from "../node_modules/zod/v4/classic/external.cjs";

const ConfigSchema = z.object({});

About

Repro for TypeScript move to file bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published