googleworkspace / google-docs-hast

Converts the JSON representation of a Google Docs document into an HTML abstract syntax tree (HAST).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error while running

Tejas021 opened this issue · comments

node_modules@googleworkspace\google-docs-hast\dist\index.js:1392
return el.paragraph.bullet.nestingLevel ?? 0;
^

What is the error?

I also encountered the same problem, babel-loader failed to parse

There isn't enough information here to debug. It's likely an incompatibility of settings for ES2020 which introduced nullish coalescing.