1 { lib, buildNpmPackage, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-wjoqDmCudN5+9C3GrP1viiXBvsWgU0UIYWaFeK/TJEY=";
14 npmDepsHash = "sha256-7Wm6nlpqZRNqBU0mYFZRVWQkO4uqvrKrp2h2aEmZtow=";
17 description = "A superset of JavaScript that compiles to clean JavaScript output";
18 homepage = "https://www.typescriptlang.org/";
19 changelog = "https://github.com/microsoft/TypeScript/releases/tag/v${version}";
20 license = licenses.asl20;
21 maintainers = [ maintainers.marsam ];