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
It would be great if this could be packaged as a proper es module. I could not use this package with snowpack, also, it won't work with skypack. For example, the following html:
shift-parser.js:4857 Uncaught TypeError: Super expression must either be null or a function, not undefined
at _inherits (shift-parser.js:4857:13)
at shift-parser.js:4931:5
at shift-parser.js:5690:4
at createCommonjsModule (shift-parser.js:15:6)
at shift-parser.js:4785:19
Generally, I wonder if shift is still maintained?
The text was updated successfully, but these errors were encountered:
It would be great if this could be packaged as a proper es module. I could not use this package with snowpack, also, it won't work with skypack. For example, the following html:
will produce the following error
Generally, I wonder if shift is still maintained?
The text was updated successfully, but these errors were encountered: