d2ir: Final PR imports
https://github.com/terrastruct/terrastruct-backend/pull/975/files#diff-1b00307a7a2bd1ffc68527a7df7c9c83327d8cd2dd00f4741ec6bd0b96605cd4
This commit is contained in:
parent
a277d10dda
commit
4b50748dd0
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
// TODO: Remove boxes and cleanup like d2ir
|
||||||
|
//
|
||||||
// d2ast implements the d2 language's abstract syntax tree.
|
// d2ast implements the d2 language's abstract syntax tree.
|
||||||
//
|
//
|
||||||
// Special characters to think about in parser:
|
// Special characters to think about in parser:
|
||||||
|
|
|
||||||
2
lib/env/env.go
vendored
2
lib/env/env.go
vendored
|
|
@ -23,5 +23,5 @@ func DevOnly() bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
func SkipGraphDiffTests() bool {
|
func SkipGraphDiffTests() bool {
|
||||||
return os.Getenv("SKIP_GRAPH_DIFF_TESTS") == "on"
|
return os.Getenv("SKIP_GRAPH_DIFF_TESTS") != ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue