Skip to content

⬅️ Back to Table of Contents

📄 spec.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

📂 packages/ast-spec/src/expression/ClassExpression/spec.ts

📦 Imports

Name Source
AST_NODE_TYPES ../../ast-node-types
ClassBase ../../base/ClassBase

Interfaces

ClassExpression

Interface Code
export interface ClassExpression extends ClassBase {
  type: AST_NODE_TYPES.ClassExpression;
  abstract: false;
  declare: false;
}

Properties

Name Type Optional Description
type AST_NODE_TYPES.ClassExpression
abstract false
declare false