You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type: add type annotations to render_node.py and output.py
Add complete type annotations to RenderNode class and render_ref_list
function using the new type aliases.
Changes:
- Add types to RenderNode.__init__(), new_child(), to_str()
- Add types to render_ref_list() function
- Use ASTNode and RefDict type aliases from types.py
0 commit comments