diff --git a/CHANGELOG.md b/CHANGELOG.md index a7114fde..bdf1192b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Fixed a bug of comments with JSX fragments being duplicated in output (#3398 by duailibe) * Fixed a bug that Prettier would fail when using tabs (#3401 by ikatyang) * Fixed a regression that removed trailing commas when printing JS code blocks in Markdown (#3405 by azz) -* Fixed a bug when using glob **/* which would try to format directories (#3411 by duailibe) +* Fixed a bug when using glob \*_/_ which would try to format directories (#3411 by duailibe) * Fixed a bug when .editorConfig had max_line_length = "off" (#3412 by duailibe) # 1.9.0 diff --git a/website/static/worker.js b/website/static/worker.js index ce1e1158..2e273a9e 100644 --- a/website/static/worker.js +++ b/website/static/worker.js @@ -10,6 +10,7 @@ self.Buffer = { return false; } }; +self.constants = {}; // eslint-disable-next-line module$1 = module = path = os = crypto = {}; self.fs = { readFile: function() {} };