Fancy hap show, include part in snapshots (#291)

* fix _mod import

* prettier hap show, use both whole and parts in snapshots, rebuild snapshots
This commit is contained in:
Alex McLean 2022-12-10 10:56:16 +00:00 committed by GitHub
parent f827201ee0
commit 98e9780819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13601 additions and 13576 deletions

View file

@ -187,7 +187,7 @@ evalScope(
export const queryCode = async (code, cycles = 1) => {
const { pattern } = await evaluate(code);
const haps = pattern.queryArc(0, cycles);
return haps.map((h) => h.showWhole());
return haps.map((h) => h.show(true));
};
export const testCycles = {

File diff suppressed because it is too large Load diff