Represents exports of code cell. When writing a LanguagePlugin,
the bind operation returns a graph node named code that represents the result of
evaluating the entire code cell. The result of evaluating this graph node should be a
value of type ExportsValue.
Represents exports of code cell. When writing a
LanguagePlugin
, thebind
operation returns a graph node namedcode
that represents the result of evaluating the entire code cell. The result of evaluating this graph node should be a value of typeExportsValue
.