build(deps-dev): bump flow-bin from 0.131.0 to 0.132.0 (#2453)

This commit is contained in:
dependabot[bot]
2020-08-31 18:53:45 +09:00
committed by GitHub
parent ca00e01434
commit 730732fddb
5 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ defineFunction({
numArgs: 1,
argTypes: ["text"],
},
// $FlowFixMe, "environment" handler returns an environment ParseNode
handler({parser, funcName}, args) {
const nameGroup = args[0];
if (nameGroup.type !== "ordgroup") {
@@ -49,6 +48,7 @@ defineFunction({
`Mismatch: \\begin{${envName}} matched by \\end{${end.name}}`,
endNameToken);
}
// $FlowFixMe, "environment" handler returns an environment ParseNode
return result;
}