fix: lint + format
This commit is contained in:
parent
a35e9aef0e
commit
5b89500acd
4 changed files with 11 additions and 3 deletions
|
|
@ -18,7 +18,8 @@
|
|||
},
|
||||
"homepage": "https://github.com/tidalcycles/strudel/tree/main/packages/hs2js",
|
||||
"dependencies": {
|
||||
"hs2js": "workspace:*"
|
||||
"hs2js": "workspace:*",
|
||||
"@strudel/core": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^5.0.10"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
import { reify } from '@strudel/core';
|
||||
import { evaluate, loadParser } from 'hs2js';
|
||||
|
||||
function getInfixOperators() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue