Add cdk_name property to AbstractCanisterTree
dansteren opened this issue · 1 comments
dansteren commented
There are many times when we want to prefix functions with _azle
(or whatever the name of the CDK is) when converting to token streams. In order to do that the TS AST should set that on the ACT it instantiates. Then, the to_token_stream
method on ACT should pass that property along as a param to all to_token_stream
methods that it calls on it's children. This means that the signature of to_token_stream
should be changed as well.