fix tutorial
This commit is contained in:
parent
a9c95bbbfb
commit
93db3cd935
8 changed files with 88 additions and 9 deletions
|
|
@ -13,7 +13,7 @@ import {
|
|||
LiteralNumericExpression,
|
||||
} from 'shift-ast';
|
||||
import shiftCodegen from 'shift-codegen';
|
||||
const codegen = shiftCodegen.default;
|
||||
const codegen = shiftCodegen.default || shiftCodegen; // parcel module resolution fuckup
|
||||
|
||||
import * as strudel from '@strudel/core/strudel.mjs';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue