From 55c39cc58b0db168ae633e679ccca60e27555d11 Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Mon, 2 Oct 2017 10:41:34 -0400 Subject: [PATCH] Add feature: string-trimming --- features.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features.txt b/features.txt index 328fa2312d..09f65a7f89 100644 --- a/features.txt +++ b/features.txt @@ -60,6 +60,12 @@ SharedArrayBuffer Array.prototype.flatten Array.prototype.flatMap +# String Trimming +# https://github.com/tc39/proposal-string-left-right-trim +# Includes all tests for: +# String.prototype.{trimStart, trimEnd, trimLeft, trimRight } +string-trimming + # Standard language features # # Language features that have been included in a published version of the