From 2aa13ed10c98b5076269a75b714536986cc46dd7 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sun, 14 Oct 2018 22:05:10 -0500 Subject: [PATCH] Update CONTRIBUTING.md for new polyfills --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1abc9bff8..fc7de3f7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,9 +19,11 @@ This is very restrictive for 2018, but fortunately, with Babel 7 and polyfills, We have polyfills for: - `Array#includes` - Note: won't be able to find `NaN`s +- `Array.isArray` - `String#startsWith` - `String#endsWith` - `String#includes` +- `String#trim` - `Object.assign` - `Object.create` - Note: second argument is unsupported