aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/esm/first.mjs
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-06-22 21:25:07 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-06-22 21:25:07 -0700
commit9843a9de5346505ebc13ee36b072da92ac30ded5 (patch)
tree3ea6fa1c2b6e63a505aa0f0444b32657222feab8 /integration/bunjs-only-snippets/esm/first.mjs
parentaa97c1da2f01be27fb069ddaabfdf996d773e0ab (diff)
downloadbun-9843a9de5346505ebc13ee36b072da92ac30ded5.tar.gz
bun-9843a9de5346505ebc13ee36b072da92ac30ded5.tar.zst
bun-9843a9de5346505ebc13ee36b072da92ac30ded5.zip
Cleanup some tests
Diffstat (limited to 'integration/bunjs-only-snippets/esm/first.mjs')
0 files changed, 0 insertions, 0 deletions
t'>vercel-test Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/packages/markdown-support/src/load-plugins.ts (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-02[ci] update lockfile (#10551)Gravatar Houston (Bot) 15-1051/+1165
Co-authored-by: matthewp <matthewp@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-01[ci] formatGravatar Arsh 4-17/+19
2024-04-02community onboarding: codebase documentation around runtime (#10612)Gravatar Arsh 8-39/+150
* document runtime * apply suggestions from code review
2024-04-01[ci] formatGravatar Ben Holmes 3-3/+3
2024-04-01db: Better error messages when querying remote (#10636)Gravatar Ben Holmes 6-32/+69
* feat: clear error messages on remote db error * refactor: use AstroDbError for correct error name * refactor: errorMessage -> responseMessage * chore: changeset * fix: revert seed file change * fix: format seed errors as AstroDbError * fix: correctly log eager seed errors
2024-04-01Give proper error when seed missing default export (#10635)Gravatar Matthew Phillips 2-1/+6
2024-04-01[ci] formatGravatar Matthew Phillips 2-4/+4
2024-04-01Make ASTRO_DATABASE_FILE work with file paths (#10631)Gravatar Matthew Phillips 4-4/+43
* Make ASTRO_DATABASE_FILE work with file paths * Use pathToFileURL
2024-04-01Make `@astrojs/markdown-remark` a dep in `@astrojs/markdoc` (#10632)Gravatar Bjorn Lu 3-4/+9
2024-04-01[ci] formatGravatar Ben Holmes 1-2/+2
2024-04-01db: Seed on dev server startup (#10599)Gravatar Ben Holmes 3-11/+54
* feat: load seed file on dev server startup * feat: handle logging on dev server restart * chore: changeset * feat: support integration seed files * fix: only run when seed is present, ignore unlink * fix: load on startup for integration pkg paths
2024-04-01Remove deprecated APIs from `@astrojs/markdown-remark` (#10629)Gravatar Bjorn Lu 7-81/+23
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-01Lazy loaded shiki languages during syntax highlighting (#10618)Gravatar James Garbutt 16-110/+169
2024-04-01Move nft warnings behind verbose logging (#10609)Gravatar Matthew Phillips 2-2/+7
* Move nft warnings behind verbose logging * Update packages/integrations/vercel/src/lib/nft.ts Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * Update packages/integrations/vercel/src/lib/nft.ts Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-04-01Fixes issue with head content being pushed into body (#10608)Gravatar Matthew Phillips 3-7/+12
* Fixes issue with head content being pushed into body * Update snapshot version * Upgrade compiler version
2024-04-01feat: rework child rendering to use class (#10624)Gravatar James Garbutt 2-33/+51
2024-04-01refactor: Drop Preact compat hack, remove incorrect alias (#10585)Gravatar Ryan Christian 2-8/+7
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-04-01[ci] formatGravatar ktym4a 1-1/+1
2024-04-01fix(starlog): Correct layout syntax. (#10627)Gravatar ktym4a 2-7/+7
2024-04-01fix: use ReadableStream for response object if deno (#10495)Gravatar Satya Rohith 3-2/+13
2024-03-29Remove the ssr external for vue (#10601)Gravatar Tyler van der Hoeven 2-1/+5
* remove the ssr external for vue * Remove the external line vs comment it out * add a changeset
2024-03-29reset history title after push/replace but prior to assignment to location ↵Gravatar Martin Trapp 2-1/+6
(#10605) * reset history title after push/replace but prior to assignment to location * add changeset
2024-03-29fix: dont error on nullish prop values in jsx runtime (#10584)Gravatar duanwilliam 2-1/+6
* fix: prevent jsx runtime from erroring on nullish prop values when checking for slot props * chore: changeset
2024-03-28[ci] release (#10598)astro@4.5.12@astrojs/vercel@7.5.0@astrojs/markdoc@0.9.3@astrojs/internal-helpers@0.4.0@astrojs/db@0.9.8Gravatar Houston (Bot) 6-50/+52
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-28[ci] formatGravatar TK 1-2/+2
2024-03-28feat: allow dynamic route segments in isr.exclude array (#10513)Gravatar TK 5-3/+69
* Allow dynamic route segments in isr.exclude array * copy over eslint-disable as well * add test * update test: slashes dont need to be escaped * update changeset --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com>
2024-03-28[ci] formatGravatar Houston (Bot) 2-3/+3
2024-03-28[ci] release (#10597)Gravatar Houston (Bot) 37-66/+89
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-28db: Rework index config with generated index names (#10589)Gravatar Ben Holmes 6-68/+344
* feat: add indexes array config with name gen * fix: add _idx suffix, remove name from output * feat(test): new index config * chore: remove unused type * chore: changeset * chore: add sort() for consistent names * feat(test): consistent column ordering * feat(test): ensure no queries when migrating legacy to new