Open maltek opened 1 year ago
Agreed, this is the workaround I added for JS https://github.com/joernio/joern/pull/2777, but I would be in favor of a default()
property of some sorts or edge type to some literal node.
I have also encountered this issue. Is there any progress now
currently there's no way to see that
$param
has a default valuenew Foo
. I don't think we currently have the concept of default/fallback arguments in our schema, but any way to surface this information for AST queries would already be an improvement.