build
This commit is contained in:
parent
f95f181301
commit
57d85ee7de
3 changed files with 73 additions and 2 deletions
4
docs/dist/shapeshifter.js
vendored
4
docs/dist/shapeshifter.js
vendored
|
|
@ -24,3 +24,7 @@ export default (code) => {
|
|||
});
|
||||
return codegen(shifted);
|
||||
};
|
||||
|
||||
// TODO: turn x.groove['[~ x]*2'] into x.groove('[~ x]*2'.m)
|
||||
// and ['c1*2'].xx into 'c1*2'.m.xx ??
|
||||
// or just all templated strings?? x.groove(`[~ x]*2`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue