feat: install moo and use in toy example (#2)
I failed to find a satisfactory way to compile and import moo.js with fixed specifiers, so finally I just gave up and patched the distributed moo code to be an es6 module. Very ugly but it works. Resolves #1. Reviewed-on: #2 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
parent
67a07e2000
commit
e0861ea157
11 changed files with 88 additions and 25 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
# Object files
|
||||
build
|
||||
dist
|
||||
deps
|
||||
|
||||
# Editor backups
|
||||
*~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue