move InternPool and encoding into analyser folder

This commit is contained in:
Techatrix
2023-01-23 22:26:56 +01:00
parent 829f4aa9c4
commit 95139e09ec
7 changed files with 12 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ const builtin = @import("builtin");
const Ast = std.zig.Ast;
const ComptimeInterpreter = zls.ComptimeInterpreter;
const InternPool = zls.InternPool;
const InternPool = zls.analyser.InternPool;
const Index = InternPool.Index;
const Key = InternPool.Key;
const ast = zls.ast;