revert accidental deletion of blocklist

This commit is contained in:
2026-07-20 19:49:11 +02:00
parent 763999c376
commit 75a21abecd
+5
View File
@@ -166,6 +166,11 @@ class Interp {
public var allowStaticVariables:Bool = false;
public var allowPublicVariables:Bool = false;
public var importBlocklist(get, never):Array<String>;
private inline function get_importBlocklist():Array<String> {
return Config.IMPORT_BLACKLIST;
}
var usingHandler:UsingHandler;
// TODO: separate cache into a class