aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-01-02copy: replace Bun with bun (#99)Gravatar luke miles 1-1/+1
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner"
2021-12-26github actions (#91)Gravatar Jarred Sumner 1-0/+0
* Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * switch * :hushed: * Update bun.yml * Update Dockerfile * Update Dockerfile * wip * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * cache is broken * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update bun.yml * Update Dockerfile * Update Dockerfile * Update bun.yml * bust it * Update Dockerfile * jm * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update Dockerfile * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * wip * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Makefile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * Update Dockerfile * pass executablePath * alright * Update Makefile * Update Dockerfile * Update Dockerfile * Update Makefile * Update Makefile * Update Dockerfile * lets try that * Update Dockerfile * Update bun.yml * hm * Update Dockerfile * Update Dockerfile * Update Dockerfile * not interactive * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * simplify this * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * missing * Update Dockerfile * Update Dockerfile * wrong dir * Update Dockerfile * Update bun.yml * Update Dockerfile * Update Dockerfile * Update bun.yml * ordering * Update Dockerfile * Update bun.yml * run-test file * pass github workspace * hm * Update bun.yml * copy the file * Update run-test.sh * Update bun.yml * Update bun.yml * Update bun.yml * try this way * Update bun.yml * maybe? * Update bun.yml * maybe taht's it? * maybe this * cache * up * Update bun.yml * Update bun.yml * try this one i guess * okay that might do it * Update Dockerfile * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update chrome.json * Update chrome.json * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * hm * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * fix caching I think * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * Update bun.yml * maybe * Update bun.yml * fixup * Update bun.yml * Update bun.yml * Update bun.yml * maybe this time * Update bun.yml * Update Dockerfile * random name * ok * explicit runner * Update bun.yml * Update bun.yml * try deleting the files so the layer caching doesn't happen * :runner: * Update bun.yml * Update bun.yml * Update Dockerfile * Update Dockerfile * Update Dockerfile * Dockerfile.base * node.js * Update bun.yml * Update Dockerfile * Update Dockerfile.base * cleanup
2021-12-24Cleanup build issuesGravatar Jarred Sumner 1-2/+0
2021-12-16Add regression test for try / catch with import & requireGravatar Jarred Sumner 1-0/+31
2021-12-15[JS Parser] Add regression testGravatar Jarred Sumner 1-0/+14
2021-11-15Fix #66Gravatar Jarred Sumner 1-0/+11
embarassing!
2021-11-15[JS Printer] Fix bug with template literalsGravatar Jarred Sumner 1-0/+37
2021-11-08[JS Printer] Fix bug with optional chainGravatar Jarred Sumner 1-0/+15
2021-11-05[resolver] Add test for `"exports"` field with a pattern `foo/*.js`Gravatar Jarred Sumner 16-1/+25
2021-11-05:camera: SnapshotsGravatar Jarred Sumner 2-1/+33
2021-11-04[JSX] Match esbuild behavior for multiline JSX string literalsGravatar Jarred Sumner 1-28/+32
2021-11-03[JSX] Fix regression with JSX entitiesGravatar Jarred Sumner 2-0/+972
2021-11-01Add Bun.js integration tests, but don't run them yet.Gravatar Jarred Sumner 3-26/+31
2021-11-01[test] Add integration test for null byte \\0Gravatar Jarred Sumner 1-11/+14
2021-10-25Add snapshots for latin1 regexp, add more codepoints to string escapesGravatar Jarred Sumner 3-13/+142
2021-10-25Fix all known string encoding bugsGravatar Jarred Sumner 1-0/+4
2021-10-21Add test for non-ascii latin1 characters in stringsGravatar Jarred Sumner 1-0/+46
2021-10-06Fix JSX transform edgecase with static childrenGravatar Jarred Sumner 1-0/+34
2021-10-06Add support for reading JSX config from tsconfig.jsonGravatar Jarred Sumner 3-0/+22
2021-09-30Add test that void doesn't delete call expressionsGravatar Jarred Sumner 1-0/+14
2021-09-25Snapshots & package.jsonGravatar Jarred Sumner 1-2/+3
2021-09-25Add integration test that checks styled-components renders successfully and ↵bun-v0.0.24Gravatar Jarred Sumner 3-1/+67
no incorrect unicode characters are present in the `style` tag
2021-09-25Add integration test for <JSX key="foo" {...spread} onClick={() => {}} />Gravatar Jarred Sumner 1-0/+20
2021-09-23:camera:Gravatar Jarred Sumner 3-1/+66
2021-09-22Fix parsing bug with arrays that have default valuesGravatar Jarred Sumner 2-1/+31
2021-09-22Switch to a single directory for storing snapshots and explicitly note whats ↵Gravatar Jarred Sumner 17-0/+44
a debug snapshot and a non-debug snapshot
2021-09-20Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled ↵Gravatar Jarred Sumner 2-0/+50
strings, remove eagerly loading identifier_name
2021-09-17Add test for "shuffle" function for lodashbun-v0.0.19Gravatar Jarred Sumner 3-0/+42
2021-09-17Add test for tsx/ts fallback importsGravatar Jarred Sumner 2-0/+10
2021-09-17Fix multiple imports to CJS modules when referencing via module_id hashGravatar Jarred Sumner 2-0/+15
2021-09-17global -> globalThisGravatar Jarred Sumner 1-0/+4
2021-09-17Begin to add integration testsGravatar Jarred Sumner 9-0/+129
?h=@astrojs/vercel@2.1.0&id=883ce82a114fccd0b8ff1c70b69426e46e318653&follow=1'>docs: Fix links to Tailwind examples (#4883)Gravatar Deanmv 1-1/+1 Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> 2022-09-27Set SSR target webworker for Vercel edge (#4884)Gravatar Bjorn Lu 2-0/+6 2022-09-27[ci] update lockfile (#4885)Gravatar Fred K. Bot 1-86/+79 Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> 2022-09-26[ci] formatGravatar bholmesdev 3-23/+19 2022-09-26Fix: correctly transform `import.meta.env.*` in MDX (#4858)Gravatar Ben Holmes 12-233/+454 * fix: serialize route pattern for Netlify edge Co-authored-by: Jackie Macharia <jackiewmacharia> * fix: escape import.meta.env in MDX compiler output * test: env vars in mdx * chore: changeset * deps: estree-util-visit, @types/estree * feat: inject import.meta.env w/ recma * feat: pull importMetaEnv from vite + astro configs * test: `import.meta.env` in JSX * fix: lockfile * chore: update changeset * fix: remove stray stashed commit 2022-09-26Change negative lookbehind to lookahead (#4866)Gravatar Rishi Raj Jain 1-1/+1 2022-09-26add double check on astro file return type to display more human readable ↵Gravatar Steven Yung 6-2/+61 error (#4857) 2022-09-26[ci] update lockfile (#4862)Gravatar Fred K. Bot 1-81/+81 Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> 2022-09-26fix: Script with innerHTML not working on Safari (#4861)Gravatar Rishi Raj Jain 3-3/+10 * fix: Script with innerHTML not working on Safari * Update cool-camels-tease.md 2022-09-26Prevent /undefined catch-all routes in dev (#4873)Gravatar Bjorn Lu 6-9/+66 2022-09-26fix: 🐛 BUG: class:list directive adding class attribute when undefined ↵Gravatar Rishi Raj Jain 2-2/+9 (#4867) * Update hydration.ts * Create lucky-comics-bow.md 2022-09-26docs: Standardize common integration READMEs (#4874)Gravatar Jake Strawn 7-6/+66 2022-09-26docs: Update references to support channel in Discord. (#4872)Gravatar Jake Strawn 12-12/+12 2022-09-26[ci] formatGravatar bluwy 1-1/+1 2022-09-26fix: "chunks" directory appears in build output, if custom modules are ↵Gravatar Rishi Raj Jain 2-6/+34 imported in Astro files (#4868) 2022-09-23[ci] formatGravatar matthewp 1-1/+1 2022-09-23Define toStringTag another way (#4855)Gravatar Matthew Phillips 2-4/+12 * Define toStringTag another way * Adding a changeset 2022-09-23update SSR example to match recent change on Astro API Context (#4854)Gravatar Steven Yung 2-4/+6 2022-09-23[ci] update lockfile (#4852)Gravatar Fred K. Bot 1-373/+402 Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>