GitXplorerGitXplorer
J

ts-composite-declaration

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
283af3c42201d0aa26662ba2943e248439f10498

TS 4.4.2 repro with strict enabled.

JJasonGore committed 3 years ago
Unverified
00815374a7ecd1dc009d24d39a0bf189e71a1adf

Add README.

JJasonGore committed 4 years ago
Unverified
ae58daf6c3564a87993081b65af8010f5236e70e

Initial repro.

JJasonGore committed 4 years ago

README

The README file for this repository.

Repro to show issue using "emitDeclarationOnly" and "composite".

To repro:

  1. clone this repro
  2. run yarn
  3. cd packages/emit-standard
  4. yarn tsc
  5. cd ../packages/emit-composite
  6. yarn tsc (although I don't think this should technically be needed for projrefs)

Open VSCode from repo root and open packages/consumer/src/index.ts and note comments.