add vite vanilla js repl example

This commit is contained in:
Felix Roos 2022-11-06 15:50:53 +01:00
parent 371af755df
commit 09045d5387
9 changed files with 1004 additions and 4 deletions

View file

@ -18,6 +18,7 @@ export * from './speak.mjs';
export * from './clockworker.mjs';
export * from './scheduler.mjs';
export * from './evaluate.mjs';
export * from './repl.mjs';
export { default as drawLine } from './drawLine.mjs';
export { default as gist } from './gist.js';
// below won't work with runtime.mjs (json import fails)