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
As part of #1585, propose and bikeshed a new syntax to import files/modules (although the latter doesn't have a proper definition yet) from an external package manager. This could be something such as import foo from nix, import npm:foo, etc.
Keep in mind that we might also reserve some syntax to explicitly specify the format of the imported file (such as json or yaml), independently from the source. We might want a syntax which can accommodate both, such as e.g. import foo from npm as yaml.
The text was updated successfully, but these errors were encountered:
As part of #1585, propose and bikeshed a new syntax to import files/modules (although the latter doesn't have a proper definition yet) from an external package manager. This could be something such as
import foo from nix
,import npm:foo
, etc.Keep in mind that we might also reserve some syntax to explicitly specify the format of the imported file (such as
json
oryaml
), independently from the source. We might want a syntax which can accommodate both, such as e.g.import foo from npm as yaml
.The text was updated successfully, but these errors were encountered: