move InternPool and encoding into analyser folder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user