Get the current active scope stack
static List<String> getCurrentStack() { return List.from(_scopeStack); }