aboutsummaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/upgrading_v9/2653.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/guide/upgrading_v9/2653.md b/docs/guide/upgrading_v9/2653.md
new file mode 100644
index 00000000..628427a7
--- /dev/null
+++ b/docs/guide/upgrading_v9/2653.md
@@ -0,0 +1,7 @@
+### Examples of code-upgrades that are now used
+
+_This upgrade is an extension to_ [#2121](./2121.md)
+
+Used Node >= v15 feature [`replaceAll`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replaceAll).
+
+We could hint users to use polyfill or transpile-down steps.