Skip to content
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

Specify import type when applicable #244

Merged
merged 2 commits into from
Sep 15, 2020
Merged

Conversation

esquevin
Copy link
Contributor

This fixes TS1371 that raises in deno 1.4.0 with the --unstable flag

Addresses #243

Copy link
Collaborator

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Please see below. Also, .github/workflows/oak-ci.yml should be updated so that the CI runs with the --unstable flag so that it would break if there was a regression, as well as running without --unstable as we shouldn't have any other dependency on --unstable

.vscode/settings.json Outdated Show resolved Hide resolved
This fixes TS1371 that raises in deno 1.4.0 with the --unstable flag

Deno typescript check is getting stricter by default:
https://deno.land/manual/getting_started/typescript
Copy link
Collaborator

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you very much for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants