Revert "Optimizations"

This reverts commit 59bce9d28d.
This commit is contained in:
2025-07-07 14:32:21 -04:00
parent 59bce9d28d
commit 80307b363b
6 changed files with 69 additions and 251 deletions

View File

@ -1,11 +1,9 @@
<html>
<body>
<script type="module">
import {PathEventEmitter} from './dist/index.mjs';
import {PES} from './dist/index.mjs';
const emitter = new PathEventEmitter('data');
emitter.on('*', console.log);
emitter.emit('data/asd', {});
console.log(PES`storage${'Test/Test'}:d`);
</script>
</body>
</html>