From 9790399bcea36091da85799c4ed86ead6c9af92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zdunek?= Date: Sat, 9 May 2020 12:22:27 +0200 Subject: add option to lint and format only staged files (#5172) --- cli/js/ts_global.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli') diff --git a/cli/js/ts_global.d.ts b/cli/js/ts_global.d.ts index 7b9d84c7a..bca602998 100644 --- a/cli/js/ts_global.d.ts +++ b/cli/js/ts_global.d.ts @@ -9,6 +9,8 @@ // deno_typescript/typescript/lib/typescript.d.ts. Ideally we could simply point // to that in this import specifier, but "cargo package" is very strict and // requires all files to be present in a crate's subtree. +// to get proper editor intellisense, you can substitute "$asset$" with +// "../../deno_typescript/typescript/lib" - remember to revert before committing // eslint-disable-next-line @typescript-eslint/no-unused-vars import * as ts_ from "$asset$/typescript.d.ts"; -- cgit v1.2.3