
I'm trying to use some of the Getting Started code to implement my custom language.
In the class ActiproSoftware.Text.Languages.JavaScript.Ast.Implementation.CompilationUnit, the properties HasMembers and Members no longer exist.
Do HasSourceElements and SourceElements replace these properties respectively?
Thanks,
Jon