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
Running the bundle example from the readme (also in the examples/bundle dir) yields this error:
[email protected]
Error! This experimental syntax requires enabling one of the following parser plugin(s): 'flow, typescript' (1:7)
bandersnatch/examples/bundle/node_modules/typed-emitter/index.d.ts`
This is caused by andywer/typed-emitter#12 and has since been fixed with andywer/typed-emitter#16 but it's still pending a NPM release. Once that's in, we should upgrade typed-emitter and that should resolve this issue.
Running the bundle example from the readme (also in the
examples/bundle
dir) yields this error:This is caused by andywer/typed-emitter#12 and has since been fixed with andywer/typed-emitter#16 but it's still pending a NPM release. Once that's in, we should upgrade
typed-emitter
and that should resolve this issue.Related to #295
Thanks @arbue for reporting this!
The text was updated successfully, but these errors were encountered: