From adb38b819f8c2ac673155f60a48da1b060630901 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 2 Apr 2019 11:57:11 -0400 Subject: [PATCH] typescript Signed-off-by: Bill Erickson --- tsfun.adoc | 5 ++++- tsfun.html | 14 ++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/tsfun.adoc b/tsfun.adoc index dc9ad35da..5bcfcf2a6 100644 --- a/tsfun.adoc +++ b/tsfun.adoc @@ -72,6 +72,8 @@ modifyCar(): Promise { } ------------------------------------------------------------------------- +== Drum Roll Please 🥁 ... + == Converted to Async Functions [source,javascript] @@ -110,8 +112,9 @@ image::images/vscode2.png[VS Code] * Linux, Mac, and Windows * Native Typescript Support * Real-time Typescript compiler warnings -* Indicates unused imports * Recommendations +* Minimap Navigation +* Indicates unused imports * Autocomplete * Code Block Collapsing * Variety of Plugins diff --git a/tsfun.html b/tsfun.html index 670fdd14d..7cf684b6a 100644 --- a/tsfun.html +++ b/tsfun.html @@ -3926,6 +3926,11 @@ http://www.gnu.org/software/src-highlite -->
+

Drum Roll Please 🥁 …

+
+
+
+

Converted to Async Functions

@@ -6708,12 +6713,17 @@ Real-time Typescript compiler warnings
  • -Indicates unused imports +Recommendations
  • -Recommendations +Minimap Navigation + +
  • +
  • + +Indicates unused imports
  • -- 2.11.0