Ryan Christian
Ryan Christian
**What kind of change does this PR introduce?** bugfix **Did you add tests for your changes?** Will do **Summary** The source maps we're generating at the moment are quite junk,...
**What kind of change does this PR introduce?** refactor of `preact.config.js` types **Did you add tests for your changes?** N/A **Summary** Goes along with #1734 `env` in `preact.config.js` is quite...
## What kind of change does this PR introduce? Experimental refactor ## Did you add tests for your changes? Yes ## Summary Deprecates `async-loader` and automatic route splitting for instead...
**What kind of change does this PR introduce?** tests **Did you add tests for your changes?** Yes **Summary** Originally part of #1699 but extracted out to simplify the diff. Just...
**What kind of change does this PR introduce?** bugfix **Did you add tests for your changes?** No **Summary** Bug introduced by typo in #1680 I believe this is more of...
**What kind of change does this PR introduce?** refactor **Did you add tests for your changes?** Existing cover **Summary** In CLI, we mix the concepts of 'configuration' and 'environment' quite...
Closes #682 Re:https://github.com/developit/microbundle/issues/682#issuecomment-1221769448, the warning is silenced globally. I'm a little apprehensive about not limiting this to `node_modules/` though, as it could warn of a legitimate issue.
```vim " in-built syntax match javaScriptLineComment "\/\/.*" contains=@Spell,javaScriptCommentTodo syntax match typescriptLineComment "//.*" contains=@Spell,typescriptCommentTodo,typescriptRef,typescriptMagicComment " vim-jsx-pretty syntax region javascriptLineComment start=+//+ end=/$/ contains=@Spell,javascriptCommentTodo extend keepend syntax region typescriptLineComment start=+//+ end=/$/ contains=@Spell,typescriptCommentTodo,typescriptRef extend...
### Describe the bug I'm able to run (seemingly) all text-to-image examples without any sort of issue, including [the one in the ReadMe](https://github.com/huggingface/diffusers#text-to-image-generation-with-stable-diffusion). Memory gets a bit tight, but stays...
Well this was a fun one to find... Notably, it'll incorrectly convert `core-js/modules/es.json.to-string-tag.js` into `core-js/modules/eson.to-string-tag.js`. Funky name, to be fair. ``` console.warn 'core-js/modules/eson.to-string-tag.js' is imported by entry, but could not...