Use private imports

No need to have everyting re-export the entire AST
This commit is contained in:
Arthur Baars
2020-12-03 19:06:28 +01:00
parent 582b00ef07
commit 22fd8908c5
8 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import codeql_ruby.AST
private import codeql_ruby.AST
private import internal.TreeSitter
private import internal.Method