Fix flow parser + fix CHANGELOG lint

master
Lucas Duailibe 2017-12-05 22:13:38 -02:00
parent 54c31eeb78
commit 2663fd8c6d
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -10,6 +10,7 @@ self.Buffer = {
return false;
}
};
self.constants = {};
// eslint-disable-next-line
module$1 = module = path = os = crypto = {};
self.fs = { readFile: function() {} };