diff options
Diffstat (limited to 'src/resolver/workspace.zig')
-rw-r--r-- | src/resolver/workspace.zig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resolver/workspace.zig b/src/resolver/workspace.zig new file mode 100644 index 000000000..938a49016 --- /dev/null +++ b/src/resolver/workspace.zig @@ -0,0 +1,8 @@ +pub const Workspace = struct { + import_base_path: string, + package_json: *PackageJSON, + + // package_path_matchers: []const string, + // package_prefixes: []const string, + +}; |