Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
patak-dev created a review comment on a pull request on vitejs/vite
the rest looks great!
patak-dev created a review comment on a pull request on vitejs/vite
Maybe we let this one as `class` ```suggestion ## `DevEnvironment` class ```
patak-dev created a comment on a pull request on vitejs/vite
@bluwy could you suggest which ones should we change? I used websites when I saw good ones.
patak-dev created a comment on a pull request on vitejs/vite
Thanks! We indeed do this across the board in other sections of our docs. Would you also review the other Environment API guides so we merge these changes in a single PR?
patak-dev pushed 1 commit to main vitejs/vite
- docs: fix typo "constrains" to "constraints" (#18879) 1d6365b
patak-dev closed a pull request on vitejs/vite
docs: fix typo "constrains" to "constraints"
### Description Fix a typo "constrains" to "constraints" on the [/guide/api-environment](https://vite.dev/guide/api-environment) page. <!-- What is this PR solving? Write a clear description ...patak-dev created a comment on an issue on vitejs/vite
This was fixed already in https://main.vite.dev, but the changes weren't yet published in https://vite.dev. Thanks for the heads up!
patak-dev closed an issue on vitejs/vite
Missing version 5 docs (since v6 release)
### Documentation is - [X] Missing - [ ] Outdated - [ ] Confusing - [ ] Not sure? ### Explain in Detail There should be a v5 doc in the dropdown, now that v6 is out <img width="415" alt="Brav...patak-dev opened a pull request on vitejs/vite
docs: SvelteKit should be part of the Environment API story
### Description This is how I started the story in my [ViteConf talk](https://youtu.be/WImor3HDyqU) but we didn't have a direct shoutout in the blog post. We saw this while [discussing Theo's vi...patak-dev created a branch on vitejs/vite
docs/v6-announcement-post-tweaks - Next generation frontend tooling. It's fast!
patak-dev created a comment on a pull request on vitejs/vite
Oh, I completely missed that this was in the 6.1 milestone. I think there is zero usage of this in the ecosystem and it is marked experimental. I would prefer we keep this fix in a patch instead of...
patak-dev pushed 1 commit to main vitejs/vite
- docs(api-environment): remove outdated text content (#18856) ccee3d7
patak-dev closed an issue on vitejs/vite
Warning in Environment API docs is outdated
### Documentation is - [ ] Missing - [X] Outdated - [ ] Confusing - [ ] Not sure? ### Explain in Detail Warning in [Environment API docs](https://vite.dev/guide/api-environment.html) is outdated...patak-dev closed a pull request on vitejs/vite
docs(api-environment): remove outdated text content
fixes #18836patak-dev pushed 1 commit to main vitejs/vite
- fix: merge `environments.ssr.resolve` with root `ssr` config (#18857) 3104331
patak-dev closed a pull request on vitejs/vite
fix: merge `environments.ssr.resolve` with root `ssr` config
### Description - related https://github.com/vitest-dev/vitest/pull/6993 The PR on Vitest is essentially trying to the merge on our plugin side, but maybe should we do this in Vite? (The d...patak-dev closed a pull request on vitejs/vite
fix: make result interfaces for `ModuleRunnerTransport#invoke` more explicit
currently the `invoke` method of `ModuleRunnerTransport` can return an object with either an `r` or `e` field, where the former stands for `result` and the latter for `error`, the changes here simp...patak-dev created a review comment on a pull request on vitejs/vite
Thanks! Could you also change this part: > At the end of warning, it should be changed from "Please share with us your feedback as you test the proposal." to "Please share with us your feedback."
patak-dev pushed 1 commit to main vitejs/vite
- docs: correct docs about plugin-react-swc (#18762) 44a0f40