You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workspaces can have multiple workspace members. Each of these members can contain:
just a deno.json
a deno.json and a package.json
just a package.json
When a member contains just a package.json, you can import that workspace member from other places in the workspace using the name specified in the package.json.
Currently this is not something we mention in the documentation.
The text was updated successfully, but these errors were encountered:
Workspaces can have multiple workspace members. Each of these members can contain:
deno.json
deno.json
and apackage.json
package.json
When a member contains just a
package.json
, you can import that workspace member from other places in the workspace using the name specified in thepackage.json
.Currently this is not something we mention in the documentation.
The text was updated successfully, but these errors were encountered: