mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 20:18:34 +00:00
add barrel exports
This commit is contained in:
parent
999251e137
commit
9fa01aa6ff
@ -14,4 +14,5 @@ export * from './signal.mjs';
|
|||||||
export * from './state.mjs';
|
export * from './state.mjs';
|
||||||
export * from './timespan.mjs';
|
export * from './timespan.mjs';
|
||||||
export * from './util.mjs';
|
export * from './util.mjs';
|
||||||
|
export * as gist from './gist.js';
|
||||||
// export * from './value.mjs';
|
// export * from './value.mjs';
|
||||||
|
|||||||
1
packages/midi/index.mjs
Normal file
1
packages/midi/index.mjs
Normal file
@ -0,0 +1 @@
|
|||||||
|
import './midi.mjs';
|
||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "@strudel.cycles/midi",
|
"name": "@strudel.cycles/midi",
|
||||||
"version": "0.0.6",
|
"version": "0.0.6",
|
||||||
"description": "Midi API for strudel",
|
"description": "Midi API for strudel",
|
||||||
"main": "midi.mjs",
|
"main": "index.mjs",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/tidalcycles/strudel.git"
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
||||||
|
|||||||
2
packages/mini/index.mjs
Normal file
2
packages/mini/index.mjs
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
export * from './mini.mjs';
|
||||||
|
export * from './krill-parser.js';
|
||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "@strudel.cycles/mini",
|
"name": "@strudel.cycles/mini",
|
||||||
"version": "0.0.7",
|
"version": "0.0.7",
|
||||||
"description": "Mini notation for strudel",
|
"description": "Mini notation for strudel",
|
||||||
"main": "mini.mjs",
|
"main": "index.mjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --colors"
|
"test": "mocha --colors"
|
||||||
|
|||||||
2
packages/tonal/index.mjs
Normal file
2
packages/tonal/index.mjs
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
import './tonal.mjs';
|
||||||
|
import './voicings.mjs';
|
||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "@strudel.cycles/tonal",
|
"name": "@strudel.cycles/tonal",
|
||||||
"version": "0.0.5",
|
"version": "0.0.5",
|
||||||
"description": "Tonal functions for strudel",
|
"description": "Tonal functions for strudel",
|
||||||
"main": "tonal.mjs",
|
"main": "index.mjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --colors"
|
"test": "mocha --colors"
|
||||||
|
|||||||
2
packages/xen/index.mjs
Normal file
2
packages/xen/index.mjs
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
import './xen.mjs';
|
||||||
|
import './tune.mjs';
|
||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "@strudel.cycles/xen",
|
"name": "@strudel.cycles/xen",
|
||||||
"version": "0.0.5",
|
"version": "0.0.5",
|
||||||
"description": "Xenharmonic API for strudel",
|
"description": "Xenharmonic API for strudel",
|
||||||
"main": "xen.mjs",
|
"main": "index.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --colors"
|
"test": "mocha --colors"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user