Skip to content

v0.2.0: magic commands `@export` and `@reexport`

Choose a tag to compare

@lihebi lihebi released this 21 Dec 03:54
· 471 commits to main since this release

The following two magic commands can be used at the start of the pod to declare exports:

  • @export foo: export to parent
  • @reexport foo: export a child deck's exported foo further up

Previous UI-based exports are now disabled.

E.g.

@export foo
def foo():
    return 1+2