Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

RDeluxe/rush-repro-955

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why ?

This repo exists to document this issue with typescript, vscode and rushjs.

All 3 projects are really simple, with only typescript and mikro-orm as dependencies. In all 3

Vanilla

  • Open vanilla folder in vscode and terminal
  • npm install
  • open book.entity.ts
  • auto-imports work correctly

WithRushYarn

  • Open withRushYarn folder in terminal
  • rush update
  • Open withRushYarn/libraries/dtos folder in vscode
  • open book.entity.ts
  • auto-imports do not work correctly

WithRushPNPM

  • Open withRushPNPM folder in terminal
  • rush update
  • Open withRushPNPM/libraries/dtos folder in vscode
  • open book.entity.ts
  • auto-imports do not work correctly

About

A repository to reproduce rush issue 955

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published