rename body-parser3 to body-parser

This commit is contained in:
Dave Holoway
2020-06-29 15:38:43 +01:00
parent acd18e4105
commit bdb5986c4b
5 changed files with 1899 additions and 2193 deletions

View File

@@ -136,7 +136,7 @@ class TokenList {
return true;
}
const token = this.current || this.tokens[this.tokens.length - 1];
const addproblem = require("./body-parser3").addproblem;
const addproblem = require("./body-parser").addproblem;
addproblem(this, ParseProblem.Error(token, `${value} expected`));
return false;
}