From 111a2fbe3e6b386c2e39d394f95f989a6c1f48a0 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 25 Aug 2020 00:52:05 +0900 Subject: refactor(cli/build.rs): extract ts version (#7127) --- cli/dts/README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/dts') diff --git a/cli/dts/README.md b/cli/dts/README.md index bb68a0c62..bfa022109 100644 --- a/cli/dts/README.md +++ b/cli/dts/README.md @@ -7,8 +7,6 @@ It works like this currently: 1. Checkout typescript repo in a seperate directory. 2. Copy typescript.js into Deno repo 3. Copy d.ts files into dts directory -4. Update `ts_version()` in `cli/build.rs` - https://github.com/denoland/deno/blob/452693256ce7b607fa0b9454b22c57748f616742/cli/build.rs#L73-L76 So that might look something like this: -- cgit v1.2.3