Skip to content

Commit

Permalink
define public API
Browse files Browse the repository at this point in the history
Co-Authored-By: Paul Berg <[email protected]>
  • Loading branch information
fonsp and Pangoraw committed Jan 16, 2024
1 parent f471e1a commit 9dc80ef
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,50 @@ julia> order.runnable
SimpleCell("x + y")
```

# Public API

The public API is:

```
AbstractCell
NotebookTopology
ExprAnalysisCache
all_cells
updated_topology
exclude_roots
is_disabled
is_resolved
set_unresolved
is_soft_edge
topological_order
TopologicalOrder
cell_precedence_heuristic
DEFAULT_PRECEDENCE_HEURISTIC
where_assigned
where_referenced
ReactivityError
CyclicReferenceError
MultipleDefinitionsError
ImmutableDefaultDict
ImmutableSet
ImmutableVector
setdiffkeys
delete_unsafe!
ExpressionExplorerExtras
ExpressionExplorerExtras.can_be_function_wrapped
ExpressionExplorerExtras.can_macroexpand
ExpressionExplorerExtras.can_macroexpand_no_bind
ExpressionExplorerExtras.collect_implicit_usings
ExpressionExplorerExtras.maybe_macroexpand_pluto
ExpressionExplorerExtras.pretransform_pluto
```

# Contributing and testing

To work on this package, clone both the Pluto.jl and PlutoDependencyExplorer.jl repositories to your local drive. Then:
Expand Down

0 comments on commit 9dc80ef

Please sign in to comment.