import * as InexactRoot from "inexact"; import * as InexactFile from "inexact/file"; import * as ExactFile from "inexact/foo"; import * as JSFileExtensionOnly from "js-only-exports/js-file"; export async function test() { console.assert(InexactRoot.target === "browser"); console.assert(InexactFile.target === "browser"); console.assert(ExactFile.target === "browser"); console.assert(JSFileExtensionOnly.isJS === true); return testDone(import.meta.url); } o' rowspan='2'>cgit logo index : bun
Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/process.test.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-13[css] Fix crash on empty files in some casesGravatar Jarred Sumner 1-6/+8