aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/multiple-imports.js
blob: 320d0105eda8b7c253ce95dc06da1bee08285e05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import React from "react";
import React2 from "react";

const bacon = React;
const bacon2 = <>hello</>;

export function test() {
  console.assert(bacon === React);
  console.assert(bacon === React2);
  console.assert(typeof bacon2 !== "undefined");
  console.assert(React.isValidElement(bacon2));
  return testDone(import.meta.url);
}
'>refactor/ssr-size Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/examples/blog/src/components/Footer.astro (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-06Update to Vite 6.0.0-beta.6 (#12323)Gravatar Bjorn Lu 15-100/+123
2024-11-06[ci] formatGravatar Bjorn Lu 2-18/+17
2024-11-06Add support for Svelte 5 @render syntax (#12390)Gravatar Bjorn Lu 3-0/+30
2024-11-06fix(deps): update all non-major dependencies (#12366)Gravatar renovate[bot] 29-533/+552