summaryrefslogtreecommitdiff
path: root/scripts/cmd/prebuild.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
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