From 4b53ceedc871d55f797ceaa84147e794e637b412 Mon Sep 17 00:00:00 2001 From: Garfield Lee Date: Tue, 22 Oct 2019 16:59:12 +0800 Subject: [PATCH] =?UTF-8?q?chore(taro):=20=E8=A7=84=E8=8C=83=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=AE=9A=E4=B9=89=E6=96=87=E4=BB=B6=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TypeScript 里 .ts 文件可以包含代码实现和类型定义,而 .d.ts 文件只可包含类型定义。 --- packages/taro/types/{compile.ts => compile.d.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/taro/types/{compile.ts => compile.d.ts} (100%) diff --git a/packages/taro/types/compile.ts b/packages/taro/types/compile.d.ts similarity index 100% rename from packages/taro/types/compile.ts rename to packages/taro/types/compile.d.ts