Open nicolo-ribaudo opened 2 months ago
Actually, this didn't stop working due to a change in an npm package, but due to a change in Deno itself. deno run -A npm:ecmarkup --verbose spec.html --multipage out
works when using Deno 1.41, and fails with 1.44.
There has been recently an update in the
grammardown
npm package that makesecmarkup
not work anymore in Deno (I was trying in https://github.com/tc39/ecma262/):I saw that there is already https://github.com/denoland/deno/issues/11260 open, but that one looks to be about the global web API that has the same name.