
> meriyah@7.0.0 build
> node scripts/build.mjs

file:///app/node_modules/rollup/dist/es/shared/parseAst.js:317
    const errorInstance = Object.assign(new Error(base.message), base);
                                        ^

Error [RollupError]: There was an error during the build:
  src/meriyah.ts (3:14): Expected ',', got 'ident' (Note that you need plugins to import files that are not JavaScript)
Additionally, handling the error in the 'buildEnd' hook caused the following error:
  src/meriyah.ts (3:14): Expected ',', got 'ident' (Note that you need plugins to import files that are not JavaScript)
    at getRollupError (file:///app/node_modules/rollup/dist/es/shared/parseAst.js:317:41)
    at file:///app/node_modules/rollup/dist/es/shared/node-entry.js:23873:39
    at async catchUnfinishedHookActions (file:///app/node_modules/rollup/dist/es/shared/node-entry.js:23331:16)
    at async rollupInternal (file:///app/node_modules/rollup/dist/es/shared/node-entry.js:23856:5)
    at async file:///app/scripts/build.mjs:55:16 {
  cause: Error [RollupError]: Expected ',', got 'ident'
      at getRollupError (file:///app/node_modules/rollup/dist/es/shared/parseAst.js:317:41)
      at ParseError.initialise (file:///app/node_modules/rollup/dist/es/shared/node-entry.js:14809:28)
      at convertNode (file:///app/node_modules/rollup/dist/es/shared/node-entry.js:16785:10)
      at convertProgram (file:///app/node_modules/rollup/dist/es/shared/node-entry.js:16021:12)
      at Module.setSource (file:///app/node_modules/rollup/dist/es/shared/node-entry.js:17764:24)
      at async ModuleLoader.addModuleSource (file:///app/node_modules/rollup/dist/es/shared/node-entry.js:21898:13) {
    code: 'PARSE_ERROR',
    pos: 90
  },
  code: 'PARSE_ERROR',
  id: '/app/src/meriyah.ts',
  pos: 90,
  loc: { column: 14, file: '/app/src/meriyah.ts', line: 3 },
  frame: '1: // Current version\n' +
    "2: import { version as pkgVersion } from '../package.json';\n" +
    "3: import { type Program } from './estree';\n" +
    '                 ^\n' +
    "4: import { type Options } from './options';\n" +
    "5: import { parseSource } from './parser';",
  watchFiles: [ '/app/src/meriyah.ts' ],
  [Symbol(augmented)]: true
}
