-
Notifications
You must be signed in to change notification settings - Fork 207
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
fix: remove dependency on global types #327
fix: remove dependency on global types #327
Conversation
0523432
to
e8d8e3f
Compare
Codecov Report
@@ Coverage Diff @@
## main #327 +/- ##
=======================================
Coverage 87.99% 87.99%
=======================================
Files 226 226
Lines 4223 4223
Branches 520 520
=======================================
Hits 3716 3716
Misses 507 507
Continue to review full report at Codecov.
|
b0203ca
to
5c05657
Compare
dependant on DefinitelyTyped/DefinitelyTyped#53890 -> which is in turn waiting on microsoft/DefinitelyTyped-tools#281 |
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
d41a937
to
53a3089
Compare
Signed-off-by: Timo Glastra <[email protected]>
This reverts commit d0cab71. We should always import the buffer package. Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
f0fc310
to
b0a97f2
Compare
We hadn't restricted the types we could used in the tsconfig, meaning we were using both NodeJS globals and DOM globals.
I've restricted the usage of both. This means some
@ts-ignore
for now, but that will be fixed when #322 is merged.