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
When I run tsc in achingbrain's uint8arrays repo I get:
node_modules/web-encoding/src/lib.d.ts:1:10 - error TS2661: Cannot export 'TextEncoder'. Only local declarations can be exported from a module.
1 export { TextEncoder, TextDecoder }
~~~~~~~~~~~
node_modules/web-encoding/src/lib.d.ts:1:23 - error TS2661: Cannot export 'TextDecoder'. Only local declarations can be exported from a module.
1 export { TextEncoder, TextDecoder }
~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
When I run
tsc
in achingbrain'suint8arrays
repo I get:The text was updated successfully, but these errors were encountered: