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

Document minimum deno version this works with #92

Open
filmaj opened this issue Nov 6, 2023 · 1 comment
Open

Document minimum deno version this works with #92

filmaj opened this issue Nov 6, 2023 · 1 comment

Comments

@filmaj
Copy link

filmaj commented Nov 6, 2023

Doesn't seem like it works with 1.23.1, but does with 1.37.1. With 1.23.1, the error I see trying to use this module is:

error: Uncaught SyntaxError: Export 'DenoLoaderPluginOptions' is not defined in module
export { DEFAULT_LOADER, denoLoaderPlugin, DenoLoaderPluginOptions };
                                           ^
    at <anonymous> (https://deno.land/x/[email protected]/mod.ts:23:44)

Maybe because DenoLoaderPluginOptions is imported as a type? Not sure.

@filmaj
Copy link
Author

filmaj commented Nov 6, 2023

Seems like deno v1.30.0 is the earliest minor version that this module works with.

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

No branches or pull requests

1 participant