summaryrefslogtreecommitdiff
path: root/scripts/cmd/prebuild.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-02-24Replace globby/fast-glob/tiny-glob with tinyglobby (#13299)Gravatar Bjorn Lu 1-1/+1
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>
2024-08-20Remove unused code in internal scripts (#11769)Gravatar Bjorn Lu 1-10/+11
2024-02-14feat(audits): Add initial perf audits (#10015)Gravatar Erika 1-10/+32
* 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>
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-3/+3
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2023-06-06Fix nested astro-island hydration race condition (#7197)Gravatar Bjorn Lu 1-0/+1
2023-05-17Implement custom client directives (#7074)Gravatar Bjorn Lu 1-4/+34
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-06-28chore: escape template literals in prebuild script (#3745)Gravatar Nate Moore 1-2/+5
Co-authored-by: Nate Moore <nate@astro.build>
2022-06-16[ci] formatGravatar matthewp 1-1/+1
2022-06-16Inline hydration directive scripts (#3605)Gravatar Matthew Phillips 1-1/+7
* Inline hydration scripts * Adds a changeset * Update directiveAstroKeys type
2022-06-15[ci] formatGravatar matthewp 1-3/+3
2022-06-15Consolidate hydration scripts into just one (#3571)Gravatar Matthew Phillips 1-0/+52
* 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