moon
moon copied to clipboard
backend specific dependencies
For example, only want to import username/hello in js backend
{
"import": {
...
},
"import": {
"backend": "js",
"items": [
"username/hello"
]
}
}
Request by @tonyfettes