- Merged scalePreColonHandler and scaleAfterColonHandler into single scaleHandler - Merged modePreColonHandler and modeAfterColonHandler into single modeHandler - Cached all regex patterns as constants above their respective handler functions - Eliminated regex compilation overhead on every keystroke/navigation event - Improved code maintainability by reducing duplication between similar handlers - Preserved exact same functionality while improving performance Each handler now follows a consistent pattern of checking after-colon context first (more specific) then pre-colon context, with all regex patterns pre-compiled for better performance during intensive autocomplete sessions. |
||
|---|---|---|
| .. | ||
| codemirror | ||
| core | ||
| csound | ||
| desktopbridge | ||
| draw | ||
| embed | ||
| gamepad | ||
| hs2js | ||
| hydra | ||
| midi | ||
| mini | ||
| mondo | ||
| mondough | ||
| motion | ||
| mqtt | ||
| osc | ||
| reference | ||
| repl | ||
| sampler | ||
| serial | ||
| soundfonts | ||
| superdough | ||
| supradough | ||
| tidal | ||
| tonal | ||
| transpiler | ||
| vite-plugin-bundle-audioworklet | ||
| web | ||
| webaudio | ||
| xen | ||
| README.md | ||
Packages
Each folder represents one of the @strudel/* packages published to npm.
To understand how those pieces connect, refer to the Technical Manual or the individual READMEs.