vendure-ecommerce / ngx-translate-extract

Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
MIT License
51 stars 19 forks source link

9.3.0 named export 'isCallExpression' not found #58

Closed Laurensvdw closed 5 days ago

Laurensvdw commented 5 days ago

Hi, a colleague just installed a new project with latest dependencies. Automatically 9.3.0 was pulled which causes errors when running ngx-translate-extract. It tries to use a method from typscript which is unknown. We are running typescript version: "typescript": "~5.4.5"

Thanks!

image

pmpak commented 5 days ago

Hello, this is a side effect caused by #55. I'm looking into that.