diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-26 18:52:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 18:52:57 -0400 |
commit | ac4a5f74b8e56a360e0a0543a6fc45099e13b95a (patch) | |
tree | 463796fb830eae41fc039512bb1ce79919195735 /cli/tsc/README.md | |
parent | 6b95c53e48a2622f4f2b6fdfa6c2c26dc30bbba4 (diff) |
feat: TypeScript 5.4 (#23086)
Fork PR: https://github.com/denoland/TypeScript/pull/10
Closes #23080
Diffstat (limited to 'cli/tsc/README.md')
-rw-r--r-- | cli/tsc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/README.md b/cli/tsc/README.md index f6d98abe7..4c021199f 100644 --- a/cli/tsc/README.md +++ b/cli/tsc/README.md @@ -29,7 +29,7 @@ git checkout v3.9.7 git checkout -b branch_v3.9.7 git cherry pick <previous-release-branch-commit-we-did> npm install -gulp local +npx hereby rsync built/local/typescript.js ~/src/deno/cli/tsc/00_typescript.js rsync --exclude=protocol.d.ts --exclude=tsserverlibrary.d.ts --exclude=typescriptServices.d.ts built/local/*.d.ts ~/src/deno/cli/tsc/dts/ ``` |