Remove globals table from Scope (#4686)

This commit is contained in:
Charlie Marsh 2023-05-27 22:35:20 -04:00 committed by GitHub
parent 901060fa96
commit 9741f788c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 147 additions and 96 deletions

View file

@ -2,6 +2,7 @@ pub mod analyze;
pub mod binding;
pub mod context;
pub mod definition;
pub mod globals;
pub mod model;
pub mod node;
pub mod reference;