Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
|
|
|
|
* feat(audits): Add initial perf audits
* feat(audits): Setup dev astro-island
* fix(audits): Don't take scroll into account when getting an element's position
* nit: lint
* Fix tests
* chore: changeset
* maybe: Move this.hydrator outside the perf check
* Update packages/astro/e2e/dev-toolbar.test.js
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
* address feedback
* address feedback
---------
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
|
|
* nit: use `node:` prefix everywhere
* nit: fs/promises too
* test: workaround issue in node builtin detection
|
|
|
|
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
|
|
Co-authored-by: Nate Moore <nate@astro.build>
|
|
|
|
* Inline hydration scripts
* Adds a changeset
* Update directiveAstroKeys type
|
|
|
|
* Remove redundant hydration scripts
* Prebuild the island JS
* Fix build
* Updates to tests
* Update more references
* Custom element test now has two classic scripts
* Account for non-default exports
* Restructure hydration directives
* Move nested logic into the island component
* Remove try/catch
|