cache gist by default for faster eval

This commit is contained in:
Felix Roos 2022-06-18 23:06:21 +02:00
parent 774c02afab
commit ecd93c9a92
2 changed files with 3 additions and 3 deletions

View file

@ -15,5 +15,5 @@ export * from './state.mjs';
export * from './timespan.mjs';
export * from './util.mjs';
export * from './speak.mjs';
export * as gist from './gist.js';
export { default as gist } from './gist.js';
// export * from './value.mjs';