Skip to content

jgoux/cleye-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce

pnpm install
pnpm build:types

Error

➜  cleye-repro pnpm build:types

> cleye-repro@1.0.0 build:types /Users/jgoux/Documents/code/cleye-repro
> tsc --emitDeclarationOnly --declaration --declarationMap

index.ts:3:14 - error TS4023: Exported variable 'projectCreateCommand' has or is using name 'Renderers' from external module "/Users/jgoux/Documents/code/cleye-repro/node_modules/.pnpm/cleye@1.2.0/node_modules/cleye/dist/index" but cannot be named.

3 export const projectCreateCommand = command(
               ~~~~~~~~~~~~~~~~~~~~

index.ts:3:14 - error TS4023: Exported variable 'projectCreateCommand' has or is using name 'parsedType' from external module "/Users/jgoux/Documents/code/cleye-repro/node_modules/.pnpm/cleye@1.2.0/node_modules/cleye/dist/index" but cannot be named.

3 export const projectCreateCommand = command(
               ~~~~~~~~~~~~~~~~~~~~


Found 2 errors in the same file, starting at: index.ts:3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published