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

Compatibility with es module implementations #32

Open
ENvironmentSet opened this issue Aug 29, 2023 · 3 comments
Open

Compatibility with es module implementations #32

ENvironmentSet opened this issue Aug 29, 2023 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@ENvironmentSet
Copy link
Owner

As hyogwa intended to be used with bundlers, hyogwa works well with them. However, I've reported and saw some problems of using hyogwa directly in the node/browser environment after compiling the program with tsc. In this issue, I'm going to investigate environments/settings where using hyogwa is hard or impossible and try to find best solution.

@ENvironmentSet
Copy link
Owner Author

If you have any problem of using hyogwa in your project, please report the problem in this issue.

@ENvironmentSet
Copy link
Owner Author

It seems most issues are solved by #33 but I'll keep this issue open for a while since there might be other problems.

@ENvironmentSet
Copy link
Owner Author

I found an issue while I try to import hyogwa on Deno using deno.land. Seems to be module resolution problem with file extension.

I tried to import hyogwa with `import * Hyogwa from 'https://deno.land/x/hyogwa@v0.1.0-rc.4/src/index.ts' but accidentally faced this error:

error: Module not found "https://deno.land/x/hyogwa@v0.1.0-rc.4/src/core.js".
    at https://deno.land/x/hyogwa@v0.1.0-rc.4/src/index.ts:7:100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant