aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/tsx-fallback-rewrite-works.tsx
blob: b1861991407c14c2cb4e41949addb1ed70a7da0a (plain) (blame)
1
2
3
4
5
// This looks like it does nothing
// But if you import /tsx-fallback-rewrite-works.js, it should resolve the import to /tsx-fallback-rewrite-works.tsx
export function test() {
  return testDone(import.meta.url);
}
s?h=create-constructors-when-needed&id=37186f4b0a6b97ffb3ac1ec65ddc2146126b4545&follow=1'>Add pretty printer for FormDataGravatar Jarred Sumner 5-1/+101 2023-02-13Add dynamic port assigning to Bun.serve (#2062)Gravatar Michał Warda 3-5/+40 2023-02-13feat(napi): add `napi_get_value_bigint_words` (#2061)Gravatar Derrick Farris 3-0/+44 2023-02-13Fixes https://github.com/oven-sh/bun/issues/1456Gravatar Jarred Sumner 8-1/+148