Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ nativescript-package-resolver.ts
File
nativescript-package-resolver.ts
packages/vite/helpers/nativescript-package-resolver.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
path from
'path'
;
2
import
fs from
'fs'
;
3
import
{ getProjectRootPath } from
'./project.js'
;
4
import
{ findPackageInNodeModules } from
'./module-resolution.js'
;
Callers
nothing calls this directly
Calls
1
getProjectRootPath
Function · 0.70
Tested by
no test coverage detected