Skip to content

AlCalzone/esbuild-repro-852

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esbuild-repro-852

Repro for evanw/esbuild#852

This monorepo was setup with TypeScript, Yarn and Lerna. It consists of two scoped packages, @monorepo/a and @monorepo/b. @monorepo/b depends on @monorepo/a and uses a method from it.

Bootstrap:

  • Use yarn
  • clone this repo
  • run yarn install

Tests:

  • yarn run test - removes the compiled sources, then runs B's script with esr
  • yarn run test2 - compiles the sources, then runs B's script with esr