mirror of
https://github.com/MioMioOS/MioIsland
synced 2026-05-01 10:17:51 +00:00
Replace with native .bundle plugin architecture in next commits. Old declarative system (themes/buddy/sound JSON) removed entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
276 B
JavaScript
4 lines
276 B
JavaScript
import index from './index.js';
|
|
|
|
const { transform, transformStyleAttribute, bundle, bundleAsync, browserslistToTargets, composeVisitors, Features } = index;
|
|
export { transform, transformStyleAttribute, bundle, bundleAsync, browserslistToTargets, composeVisitors, Features };
|