mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-10 21:28:31 +00:00
fix: lint + format
This commit is contained in:
parent
a35e9aef0e
commit
5b89500acd
@ -23,7 +23,10 @@
|
||||
<body style="margin: 0; padding: 0">
|
||||
<textarea id="code" style="width: 100%; height: 200px"></textarea>
|
||||
<pre id="result"></pre>
|
||||
<script type="module" src="/main.js
|
||||
"></script>
|
||||
<script
|
||||
type="module"
|
||||
src="/main.js
|
||||
"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -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() {
|
||||
|
||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@ -437,6 +437,9 @@ importers:
|
||||
|
||||
packages/tidal:
|
||||
dependencies:
|
||||
'@strudel/core':
|
||||
specifier: workspace:*
|
||||
version: link:../core
|
||||
hs2js:
|
||||
specifier: workspace:*
|
||||
version: link:../hs2js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user