MCPcopy
hub / github.com/vercel/styled-jsx / transform

Function transform

test/index.js:51–55  ·  view source on GitHub ↗
(file, opts = {})

Source from the content-addressed store, hash-verified

49}
50
51const transform = (file, opts = {}) =>
52 _transform(file, {
53 plugins: [plugin],
54 ...opts
55 })
56
57const transformSource = (src, opts = {}) =>
58 _transformSource(src.trim(), {

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…