summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-pipes
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-25 17:39:51 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-25 17:39:51 +0100
commit8a6e70605350255920100c5c085bb9ea6576d972 (patch)
treed1fd95b065f05747b2195c6fee460ac4d71eb479 /docs/content/en/hugo-pipes
parent34061706e6a9631d92ae3d01e0458eee7bc251cc (diff)
deps: Update to github.com/evanw/esbuild 0.8.11 to 0.8.14
Closes #7986
Diffstat (limited to 'docs/content/en/hugo-pipes')
-rw-r--r--docs/content/en/hugo-pipes/js.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/content/en/hugo-pipes/js.md b/docs/content/en/hugo-pipes/js.md
index 07ee560f6..5e9c027d5 100644
--- a/docs/content/en/hugo-pipes/js.md
+++ b/docs/content/en/hugo-pipes/js.md
@@ -40,9 +40,6 @@ Note that this is meant for small data sets, e.g. config settings. For larger da
minify [bool]
: Let `js.Build` handle the minification.
-avoidTDZ {{< new-in "0.78.0" >}}
-: There is/was a bug in WebKit with severe performance issue with the tracking of TDZ checks in JavaScriptCore. Enabling this flag removes the TDZ and `const` assignment checks and may improve performance of larger JS codebases until the WebKit fix is in widespread use. See https://bugs.webkit.org/show_bug.cgi?id=199866
-
target [string]
: The language target.
One of: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020` or `esnext`.