QL: switch to having the pretty AST by default in printAst

This commit is contained in:
Erik Krogh Kristensen
2021-05-27 10:13:33 +00:00
committed by GitHub
parent 3aebdcce7b
commit 58fb239cf0

View File

@@ -8,8 +8,8 @@
*/
// Switch between the below two to switch between generated and pretty AST.
import codeql_ql.printAstGenerated
// import codeql_ql.printAstAst
// import codeql_ql.printAstGenerated
import codeql_ql.printAstAst
import codeql.IDEContextual
/**