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

add support for deno #472

Open
javadbat opened this issue Jul 4, 2024 · 0 comments
Open

add support for deno #472

javadbat opened this issue Jul 4, 2024 · 0 comments
Labels
problem: removed issue template OP removed the issue template without good cause scope: integration Related to an integration, not necessarily to core (but could influence core)

Comments

@javadbat
Copy link

javadbat commented Jul 4, 2024

Troubleshooting

What happens and why is it incorrect

recently I've been trying to move my entire design-system build and test process to Deno.
what makes it hard is the different approach between nodejs typescript and deno typescript module path-finding methods.
deno wants us to import modules by file name extension like "../foo/bar.ts" but the node says we must import ts and js without the file extension. currently, I solve this by creating different workspaces for my front-end and builder codes that use Deno.

is there any way we can configure the bundler to ignore file extension so it would be acceptable by both rollup-typescript2 and Deno?

Environment

Deno and windows
the repository I'm working on is https://github.com/javadbat/design-system

Versions

1.4

1.4
@agilgur5 agilgur5 added problem: removed issue template OP removed the issue template without good cause scope: integration Related to an integration, not necessarily to core (but could influence core) labels Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem: removed issue template OP removed the issue template without good cause scope: integration Related to an integration, not necessarily to core (but could influence core)
Projects
None yet
Development

No branches or pull requests

2 participants