Ryan Turnquist
Ryan Turnquist
This PR adds a development build so we can include development only code which will be conditional on the "_SOLID_DEV_" literal. This code will be removed by rollup in the...
Stream blob storage functions will fail to compile if you try to use output bindings with them because `pluginFunctions` cannot be found. This PR resolves that by adding it to...
## Description Implements `define` tag. Working for DOM (as a dynamic tag) and HTML compilations but some resume tests are disabled for now. ## Checklist: - [ ] I have...
## Description This all might be bad but... - Normalize enum naming/casing/pluralization - Deduplicate enums shared between tags translator and runtime by moving them into the runtime. This also required...
- Changesets - CI