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

Import 3rd-party dependencies #209

Open
bajtos opened this issue May 11, 2023 · 1 comment
Open

Import 3rd-party dependencies #209

bajtos opened this issue May 11, 2023 · 1 comment
Labels
feature New feature or request modules:javascript Things related to writing modules in JavaScript

Comments

@bajtos
Copy link
Member

bajtos commented May 11, 2023

In #43, we added support for loading JavaScript modules from local files.

The next step is to allow Zinnia modules to use 3rd-party dependencies like npm packages or Deno modules.

@bajtos bajtos added feature New feature or request modules:javascript Things related to writing modules in JavaScript labels May 11, 2023
@bajtos
Copy link
Member Author

bajtos commented May 11, 2023

See the discussion in Deno's Q1 Roadmap issue for a glimpse into the complexities involved: denoland/deno#17475

Deno is exploring novel approaches in this area. We may want to leverage what they arrive at. See e.g the support for package.json they added in March'23: https://deno.com/blog/package-json-support

@bajtos bajtos mentioned this issue May 11, 2023
3 tasks
@bajtos bajtos changed the title Import 3rd-partydependencies Import 3rd-party dependencies May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request modules:javascript Things related to writing modules in JavaScript
Projects
None yet
Development

No branches or pull requests

1 participant