Skip to content

Teascade/typescript-error-demonstration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error Demonstration for TypeScript

This error was tested in TypeScript 5.5.0-beta as of Tuesday 18.06.2024.

To get the error yourself, run the following on a clean repository:

cd ./lib && \
npm ci && \
npm link --userconfig ../.npmrc && \
tsc -p tsconfig.json && \
npm pack && \
cd ../project && \
npm i "../lib/""$PACK_FILENAME" && \
npm link @privateprefix/lib --userconfig ../.npmrc

tsc -p tsconfig.json

Or more simply, if you trust the shell script provided, run ./test.sh.

About

Demonstration for error lingering in TypeScript 5.5.0-beta as of 18.06.2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published