Chevrotain/chevrotain

missing "./lib_esm/api_esm.mjs" file in npm package

Closed this issue · 4 comments

nusr commented

chevrotain@8.0.1 was not found "lib_esm" directory.

import {
  createToken,
  Lexer,
  EmbeddedActionsPar
  tokenMatcher,
} from "chevrotain";

image

https://unpkg.com/chevrotain@8.0.1/lib_esm/chevrotain.mjs is a dead link.

bd82 commented

Thats for reporting this @nusr

It seems I used incorrect patterns in the file section (*.js instead of *.mjs)

bd82 commented

Try version 9.0.0

nusr commented

Try version 9.0.0

fixed.