Skip to content

Commit

Permalink
Merge branch 'main' into remove-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jul 13, 2023
2 parents dbd4e55 + 3cd03a3 commit cfdde4f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 425 deletions.
1 change: 0 additions & 1 deletion build/plugins/inline-fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ async function inlineFs(code, filepath) {
*/
function parseExpressionAt(input, offset, options) {
const parser = new acorn.Parser(options, input, offset);
// @ts-expect-error - Not part of the current acorn types.
parser.nextToken();
// @ts-expect-error - Not part of the current acorn types.
return parser.parseMaybeAssign();
Expand Down
Loading

0 comments on commit cfdde4f

Please sign in to comment.