Menci / vite-plugin-top-level-await

Transform code to support top-level await in normal browsers for Vite.
MIT License
250 stars 14 forks source link

Legacy octal escape sequences cannot be used in an ECMAScript module #42

Open tangerball opened 7 months ago

tangerball commented 7 months ago

Error: Transform failed with 6 errors:

:654:46342: ERROR: Legacy octal escape sequences cannot be used in template literals :655:747: ERROR: Legacy octal escape sequences cannot be used in an ECMAScript module :851:714: ERROR: Legacy octal escape sequences cannot be used in an ECMAScript module :851:1618: ERROR: Legacy octal escape sequences cannot be used in an ECMAScript module :859:3806: ERROR: Legacy octal escape sequences cannot be used in template literals
Menci commented 1 month ago

Could you please provide a reproduction?