MCPcopy Create free account
hub / github.com/reactjs/react-docgen / expression

Method expression

packages/react-docgen/tests/utils.ts:28–28  ·  view source on GitHub ↗
(
    src: string,
    options?: TransformOptions,
  )

Source from the content-addressed store, hash-verified

26
27interface Parse extends ParseCall {
28 expression<T = Expression>(
29 src: string,
30 options?: TransformOptions,
31 ): NodePath<T>;

Calls

no outgoing calls

Tested by 1

getDescriptorsFunction · 0.64