summaryrefslogtreecommitdiff
path: root/examples/hackernews/src/lib
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2025-03-03 09:35:14 -0500
committerGravatar GitHub <noreply@github.com> 2025-03-03 09:35:14 -0500
commit84e94cc85cc0f4ea9b5dba2009dc89e83a798f59 (patch)
tree2170a1edcc981e212e5430aafae2121de1d84587 /examples/hackernews/src/lib
parentfac32ad98d66b73382f35d26a69352e566cd94d9 (diff)
downloadastro-84e94cc85cc0f4ea9b5dba2009dc89e83a798f59.tar.gz
astro-84e94cc85cc0f4ea9b5dba2009dc89e83a798f59.tar.zst
astro-84e94cc85cc0f4ea9b5dba2009dc89e83a798f59.zip
Prevent rerunning scripts already ran in router (#12985)
* Prevent rerunning scripts already ran in router In a long session you might navigate between several pages, some contain the script and some not, but nevertheless the script should run a total of 1 time. This also helps with smaller bundled scripts in production, where some are inlined. * Add changeset * better key * more concise * review changes * move stuff around * fix types * take Martin's suggestion * run detection when executing scripts * adds an e2e test for data-astro-rerun * fix support for data-astro-rerun --------- Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
Diffstat (limited to 'examples/hackernews/src/lib')
0 files changed, 0 insertions, 0 deletions
'>-164/+1052 2022-07-08[ci] formatGravatar bholmesdev 7-31/+60 2022-07-08[astro add] Support adapters and third party packages (#3854)Gravatar Ben Holmes 20-37/+221 2022-07-08Ignore big formatting commit (#3870)Gravatar Marcus Otterström 1-1/+3 2022-07-08[ci] formatGravatar tony-sull 1-3/+3 2022-07-08fix: Always add @astrojs/image to vite.ssr.noExternal (#3869)Gravatar Tony Sullivan 2-0/+8 2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 73-694/+957 2022-07-08Integration README fixes (#3865)Gravatar Chris Swithinbank 8-8/+17 2022-07-08fix(#3843): move @babel/types to dependencies (#3863)Gravatar Nate Moore 2-2/+2 2022-07-08Fixed broken Markdown link (#3868)Gravatar Isaac McFadyen 1-2/+2 2022-07-08chore: bump Vite minimum version (#3861)Gravatar Nate Moore 2-2/+2 2022-07-08[ci] formatGravatar matthewp 1-1/+1 2022-07-08Better response.arrayBuffer() handling in Node (#3860)Gravatar Matthew Phillips 8-3/+125 2022-07-08[ci] update lockfile (#3858)Gravatar Fred K. Bot 1-411/+437 2022-07-08Fix manual import (#3857)Gravatar Chris Williams 1-1/+1 2022-07-07[ci] formatGravatar bholmesdev 1-3/+3 2022-07-07Docs: add adapter heading for configuration docs (#3842)Gravatar Ben Holmes 2-4/+20 2022-07-07[ci] formatGravatar natemoo-re 2-3/+3 2022-07-07fix: lint failing on astro and some integrations (#3794)Gravatar Joaquín Sánchez 7-17/+18 2022-07-07update solid peer dependenciesGravatar Fred K. Schott 2-1/+6 2022-07-07update lockfile (#3828)Gravatar Fred K. Schott 3-7/+1 2022-07-07Improve JSX definitions (#3801)Gravatar Erika 2-477/+858 2022-07-07Fix slot attribute inside expressions (#3837)Gravatar Nate Moore 8-5/+89 2022-07-07[ci] formatGravatar FredKSchott 1-2/+1 2022-07-07detect package manager and improve types (#3847)Gravatar Fred K. Schott 7-44/+78 2022-07-07small create-astro wording changes (#3831)Gravatar Fred K. Schott 3-10/+15 2022-07-07Upgrade to pnpm@7.4.1, remove `patch-package` (#3747)Gravatar Nate Moore 6-127/+100 2022-07-07[ci] formatGravatar matthewp 1-1/+1 2022-07-07Allow importing Image component from @astrojs/image (#3848)Gravatar Matthew Phillips 7-6/+20 2022-07-06[ci] release (#3818)astro@1.0.0-beta.64@astrojs/telemetry@0.2.4@astrojs/node@0.1.4Gravatar Fred K. Bot 41-90/+90 2022-07-07[ci] formatGravatar bholmesdev 1-1/+1 2022-07-06Fix: Infer content type with charset in dev and prod (#3841)Gravatar Ben Holmes 4-3/+23 2022-07-06[ci] formatGravatar bholmesdev 1-2/+2 2022-07-06Fix `client:visible` directive in safari (#3839)Gravatar Ben Holmes 2-2/+20 2022-07-06[ci] formatGravatar matthewp 1-1/+1 2022-07-06Ensure that maybeRenderHead runs last (#3821)Gravatar Matthew Phillips 5-8/+67 2022-07-05Fix portfolio example to use lowercase srcset (#3829)Gravatar Matthew Phillips 1-1/+1 2022-07-05[ci] formatGravatar delucis 1-29/+29