From 0dac22d1ee989e015f14da6efef3c6b3db9bc37c Mon Sep 17 00:00:00 2001 From: Cyrille Tuzi Date: Tue, 26 Sep 2017 18:11:55 +0200 Subject: [PATCH] docs(lettable): mention TS >= 2.4 is required Fixes #2856 --- doc/lettable-operators.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lettable-operators.md b/doc/lettable-operators.md index ca49383411..910d697954 100644 --- a/doc/lettable-operators.md +++ b/doc/lettable-operators.md @@ -4,6 +4,8 @@ Starting in version 5.5 we have shipped "lettable operators", which can be acces **NOTE**: During 5.5 beta we will be bikeshedding a few of the names for operators that we had to give new names to due to keyword restrictions in javascript. +**NOTE**: If you're using TypeScript, version >= 2.4 is required, otherwise lettable operators will lose the type and compilation will break. + These operators are: 1. `do` -> `tap`