summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src/components/react (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-13Fix check example CI fail (#10415)Gravatar Bjorn Lu 1-2/+4
2023-08-11JSX refactor (#7924)Gravatar Matthew Phillips 1-0/+19
* JSX refactor * Get preact/compat test to pass * Use include config * Remove old astro flavored markdown test * Move babel dep to preact * Remove errant debugger * Update lockfile * Update the multi-framework example * Update e2e tests * Fix nested-in-vue tests * Add back in astro check * Update packages/astro/src/core/create-vite.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/astro/src/core/create-vite.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/integrations/solid/src/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/integrations/solid/src/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/perfect-horses-tell.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Move the comment about the include config * Remove redundant alias config * Use react's own preamble code * Use the base for the preamble * Remove solid redundancy * Update .changeset/perfect-horses-tell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update based on review comments * Oops --------- Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
3' alt='Gravatar' /> Jarred Sumner 1-1/+0 2021-10-24[internal] some inliningGravatar Jarred Sumner 1-21/+25 2021-10-24[internal] :snowflake::snowman:Gravatar Jarred Sumner 1-1/+19 2021-10-24[.env loader] Tests passGravatar Jarred Sumner 1-25/+50 2021-10-23Comment out WASM test since WASM is currently unsupportedGravatar Jarred Sumner 1-20/+21 2021-10-23Remove very outdated testsGravatar Jarred Sumner 1-128/+23 2021-10-23Remove unused feature flag `parallel_bun`Gravatar Jarred Sumner 1-62/+33 2021-10-23Add flag for dumping the environment variablesGravatar Jarred Sumner 1-8/+19 2021-10-23[internal] Add easier commands for running unit testsGravatar Jarred Sumner 2-12/+129 2021-10-23Handle edgecase when returning errorsGravatar Jarred Sumner 1-1/+1 2021-10-23Fix bug with MutableString.ensureValidIdentifierGravatar Jarred Sumner 2-12/+17 2021-10-23[internal] Remove more dead code, add script to find .zig files that aren't i...Gravatar Jarred Sumner 15-82/+17 2021-10-23No more iguanaTLSGravatar Jarred Sumner 1-5/+0 2021-10-23[internal] :scissors: dead codeGravatar Jarred Sumner 32-7971/+0 2021-10-23Load environment variables into defines when possibleGravatar Jarred Sumner 1-0/+8 2021-10-23[Bundler] When modules fail to resolve, continue building so that you can see...Gravatar Jarred Sumner 1-29/+111 2021-10-23[JS Parser] Parser errors should _always_ report an error locationGravatar Jarred Sumner 2-3/+11 2021-10-23Support string-only definesGravatar Jarred Sumner 1-53/+65 2021-10-23[`.env` loader] Parse values as JavaScript string literals instead of JSONGravatar Jarred Sumner 1-52/+170 2021-10-23Add "process.env" to global objectGravatar Jarred Sumner 4-18/+36 2021-10-23Rewrite the CodepointIterator to fix some bugsGravatar Jarred Sumner 1-81/+89 2021-10-23[Lexer] Improve lexing performance by 2% via a bitfield for checking identifi...Gravatar Jarred Sumner 3-2317/+7178 2021-10-23[Bun.js] Escape unicode identifiers. This is necessary because we load source...Gravatar Jarred Sumner 1-18/+81 2021-10-23[Bun.js] Add `Bun.env` and support `process.env` for non-transpiled environme...Gravatar Jarred Sumner 1-2/+129 2021-10-21[lexer] `0x200C` and `0x200D` are valid ID_Continue charactersGravatar Jarred Sumner 1-6/+29 2021-10-21Split tests into separate .json fileGravatar Jarred Sumner 1-22/+1