-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to latest TypeScript #33
Comments
I also tried building a recompiled
|
towards a quick fix :-
Looking at this code it would be better replaced by a transformer. |
from #32 fixed the first errors. |
this kinda work around helped me in this case extend-chrome/storage#11 |
If anybody is still wondering... apparently this lib is not longer needed with Chrome manifest v3, because all Chrome APIs are already promisified. So basically there is no need for this library. @Quantumplation @tfoxy. Currently I only use it for backwards compatibility for chrome extensions that still run manifest v3. |
I am having problems with using TypeScript@3.9.5 with chrome-promise. My project needs tsc v3.9.5 to compile as it uses es2020 and other features.
I have installed
@types/node:latest
andtypescript@3.9.5
, and am getting the following :-The text was updated successfully, but these errors were encountered: