revert accidental deletion of blocklist
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user