@highstate/backend 0.11.6 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/library/local.ts
CHANGED
|
@@ -63,7 +63,7 @@ type RebuildState = {
|
|
|
63
63
|
export class LocalLibraryBackend implements LibraryBackend {
|
|
64
64
|
private readonly watcher: Watcher
|
|
65
65
|
private readonly workspacePath: string
|
|
66
|
-
|
|
66
|
+
readonly importPath: string
|
|
67
67
|
private readonly workspacePatterns: string[]
|
|
68
68
|
|
|
69
69
|
private readonly lock = new BetterLock()
|