You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#198 proposed some updates to the typings, but the review comments indicate that it broke some of the other usages of jsep with cjs and esm. Would be great if someone wanted to create a PR?
I don't have a use case for being able to use Jsep.parse in TypeScript the but I might have a use case for #211. I don't know yet. I think a fix for #211 could make this one easier.
I am getting an error
Module '"jsep"' has no exported member 'Jsep'
while importing theJsep
library by using the below statement -I am using the
1.3.8
version ofJsep
library in a standard Angular 15 application.However, it works fine when I use the default import syntax -
I have also created a minimal reproduction example on Github. Please refer to this link to open it on Stackblitz - https://stackblitz.com/github/HimanshuGoel/issues-reproduction-app/tree/jsep-issue-with-import?file=src%2Fapp%2Fapp.component.ts
The text was updated successfully, but these errors were encountered: