deps: Update to github.com/evanw/esbuild 0.8.11 to 0.8.14

Closes #7986
This commit is contained in:
Bjørn Erik Pedersen
2020-11-25 17:39:51 +01:00
parent 34061706e6
commit 8a6e706053
5 changed files with 6 additions and 5 deletions

View File

@@ -133,7 +133,7 @@ TS: {{ template "print" $ts }}
b.AssertFileContent("public/index.html", `
console.log("included");
if (hasSpace.test(string))
const React = __toModule(require("react"));
var React = __toModule(require("react"));
function greeter(person) {
`)