fix(npm-aqua-compiler): Support aquaDir inside the project's node_nodules (#427)

When aqua dir inside the project's node_nodules dir, return only the subtree based on that internal path
This commit is contained in:
Akim
2024-01-31 20:50:53 +07:00
committed by GitHub
parent fa38328fdd
commit 514663a4fd
4 changed files with 180 additions and 69 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "empty-project",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "empty-project",
"version": "0.1.0"
}
}
}

View File

@@ -0,0 +1,5 @@
{
"name": "empty-project",
"version": "0.1.0",
"dependencies": {}
}