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

Function transform

test/macro.js:9–13  ·  view source on GitHub ↗
(file, opts = {})

Source from the content-addressed store, hash-verified

7import _transform, { transformSource as _transformSource } from './_transform'
8
9const transform = (file, opts = {}) =>
10 _transform(file, {
11 plugins: [macros, jsx],
12 ...opts
13 })
14
15const transformSource = (src, opts = {}) =>
16 _transformSource(src.trim(), {

Callers 4

macro.jsFile · 0.70
transformSourceFunction · 0.70
styles.jsFile · 0.70
assertFunction · 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…