Skip to content

Commit

Permalink
Introspection draft
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Dec 10, 2024
1 parent f1a2b0d commit bab7a74
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,18 @@ <h3><a id="penrose" href="#penrose"></a>Penrose</h3>
</details>


<!-- <h2><a href="#introspection" id="introspection"></a>Introspection</h2>
<p>
Each instance of a <code>CelineModule</code> exposes a <code>module</code> field, which is an instance of an <a href="https://github.com/observablehq/runtime?tab=readme-ov-file#modules">Observable <code>Runtime.Module</code></a>.
</p>
<script type="module" class="echo reflect" id="module" contenteditable="true">
celine.cell("module", () => {
return celine.module;
});
</script> -->

<h2><a href="#changelog" id="changelog"></a>changelog.xml <a href="celine/changelog.xml"><img src="static/rss.svg" alt="RSS feed icon" style="width: 1ch; height: 1ch; vertical-align: middle; display: inline-block;"></a></h2>

<p>
Expand Down

0 comments on commit bab7a74

Please sign in to comment.