Skip to content

BaseScope.nestedScopesNotSymbols is not exposed #7

@xied75

Description

@xied75

In C#, to add a new namespace scope, I need to check currentScope if that already existed, but this nestedScopesNotSymbols is not exposed to me, we do have getNestedScopes but I don't want that, I just need to check one level.

Related, instead of List<Scope>, (in C# would be IList<IScope>), would it better to be IReadonlyList<IScope>? And if the list could grow big (guess only in theory), IReadonlyDictionary can be faster to query on?

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions