summaryrefslogtreecommitdiff
path: root/cli/dts
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2020-08-25 00:52:05 +0900
committerGitHub <noreply@github.com>2020-08-24 17:52:05 +0200
commit111a2fbe3e6b386c2e39d394f95f989a6c1f48a0 (patch)
tree695db9dacd03c6005c1aa30c12f1707b68de3b13 /cli/dts
parent2600d5ac090536117109f0b72e2d52f06bf4523a (diff)
refactor(cli/build.rs): extract ts version (#7127)
Diffstat (limited to 'cli/dts')
-rw-r--r--cli/dts/README.md2
1 files changed, 0 insertions, 2 deletions
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: