UNPKG
@lpc-lang/core
Version:
latest (1.1.43)
1.1.43
1.1.39
1.1.38
1.1.36
1.1.35
1.1.33
1.1.31
1.1.30
1.1.29
1.1.27
1.1.26
1.1.2-5.2
1.1.2-5.1
LPC Language Compiler Library
github.com/jlchmura/lpc-language-server
jlchmura/lpc-language-server
@lpc-lang/core
/
compiler
/
resolutionCache.d.ts
6 lines
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Path
}
from
"./_namespaces/lpc"
;
export
interface
PackageDirWatcher
{
dirPathToWatcher
:
Map
<
Path
,
DirPathToWatcherOfPackageDirWatcher
>;
isSymlink
:
boolean
; }
//# sourceMappingURL=resolutionCache.d.ts.map