This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-08
Channels
- # announcements (1)
- # babashka (28)
- # beginners (30)
- # calva (1)
- # cider (13)
- # clojure (26)
- # clojure-brasil (2)
- # clojure-europe (29)
- # clojure-italy (1)
- # clojure-nl (1)
- # clojure-norway (16)
- # clojure-spec (4)
- # clojure-uk (5)
- # cursive (17)
- # data-science (15)
- # datomic (8)
- # emacs (8)
- # events (1)
- # hyperfiddle (54)
- # joyride (18)
- # jvm (2)
- # kaocha (8)
- # lsp (8)
- # malli (4)
- # missionary (11)
- # reagent (5)
- # reitit (13)
- # releases (2)
- # rum (2)
- # scittle (6)
- # shadow-cljs (3)
Hi. I’m getting a parse error when shadow-cljs tries to compile a nodejs module called marked. The offending piece of code is parse = this.#parseMarkdown(_Lexer.lex, _Parser.parse);
and the error messages is
Failed to inspect file
/<path-to-dev-dir>/admin/node_modules/marked/lib/marked.cjs
Errors encountered while trying to parse file
/<path-to-dev-dir>/admin/node_modules/marked/lib/marked.cjs
{:line 2059, :column 17, :message "'identifier' expected"}
Can’t seem to find anything in the documentation that talks about this. Has anyone else come across this problem?➕ 1
Thanks @U05224H0W 🙂