Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 25, 2024
1 parent 4859966 commit f674737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -752,9 +752,9 @@ <h3 id="importing-external-rules">Importing External Rules</h3>
output of "parser" will call `eval` on the source which fails immediately
for some formats (e.g. "es") and will not find modules in the expected
places for others (e.g. "commonjs"). The
["from-mem"](https://github.com/peggyjs/from-mem/) project is used by
the Peggy CLI to resolve these issues, but note well its relatively severe
limitations.</p>
<a href="https://github.com/peggyjs/from-mem/">from-mem</a> project is
used by the Peggy CLI to resolve these issues, but note well its
relatively severe limitations.</p>
<p>All of the following are valid:</p>
<ul>
<li><code>import * as num from "number.js" // Call with num.number</code></li>
Expand Down

0 comments on commit f674737

Please sign in to comment.