https://github.com/alcalzone/esbuild-repro-852
Repro for https://github.com/evanw/esbuild/issues/852
https://github.com/alcalzone/esbuild-repro-852
Last synced: about 1 year ago
JSON representation
Repro for https://github.com/evanw/esbuild/issues/852
- Host: GitHub
- URL: https://github.com/alcalzone/esbuild-repro-852
- Owner: AlCalzone
- Created: 2021-02-20T12:16:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T12:43:01.000Z (over 5 years ago)
- Last Synced: 2025-01-22T20:51:31.957Z (over 1 year ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esbuild-repro-852
Repro for https://github.com/evanw/esbuild/issues/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`