Skip to content

⬅️ Back to Table of Contents

📄 JSXExpression.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/ast-spec/src/unions/JSXExpression.ts

📦 Imports

Name Source
JSXExpressionContainer ../jsx/JSXExpressionContainer/spec
JSXSpreadChild ../jsx/JSXSpreadChild/spec

Type Aliases

JSXExpression

type JSXExpression = JSXExpressionContainer | JSXSpreadChild;