MCPcopy
hub / github.com/remix-run/remix / log

Function log

packages/test/src/app/server.ts:13–13  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

11import { transformTypeScript } from '../lib/ts-transform.ts'
12
13const log = (str: string) => console.log(`[remix:test] ${str}`)
14const logError = (str: string, e: unknown) => console.error(`[remix:test] Error: ${str}\n`, e)
15const browserResolver = new ResolverFactory({
16 aliasFields: [['browser']],

Callers 2

startServerFunction · 0.85
loggerFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected