1 { lib, buildNpmPackage, fetchFromGitHub, testers, typescript }:
7 src = fetchFromGitHub {
11 hash = "sha256-DsGTVqCbzifPmgCrca5M7qeUPiMThByq6esN+bMt4fU=";
15 ./disable-dprint-dstBundler.patch
18 npmDepsHash = "sha256-w3Tm7BJ2usrjut6HrhjgXe7TIgq5PxYeHRenz4aybk4=";
21 version = testers.testVersion {
27 description = "Superset of JavaScript that compiles to clean JavaScript output";
28 homepage = "https://www.typescriptlang.org/";
29 changelog = "https://github.com/microsoft/TypeScript/releases/tag/v${version}";
30 license = licenses.asl20;