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

Fixing typescript error Re-exporting a type #3

Merged
merged 1 commit into from
Jan 5, 2021
Merged

Conversation

ModProg
Copy link
Contributor

@ModProg ModProg commented Dec 24, 2020

Fixes #2

error: TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
  ListContainer

error: TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
  ListContainer
@Oursin
Copy link
Owner

Oursin commented Jan 5, 2021

LGTM 👍

@Oursin Oursin merged commit cacae84 into Oursin:main Jan 5, 2021
@ModProg
Copy link
Contributor Author

ModProg commented Feb 15, 2021

You need to create a new tag, to make the fix available on docker.land

@ngryman
Copy link

ngryman commented May 24, 2021

@Oursin Can you publish the 0.1.1 tag to deno.land?
It's not available currently: https://deno.land/x/denocker@v0.1.1
Thanks!

@Oursin
Copy link
Owner

Oursin commented May 24, 2021

@ngryman I just published it as v0.2.0, I don't know why deno.land didn't list v0.1.1

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.

--isolatedModules Flag causes error
3 participants