Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

body: ClassBody

It is null when a class declaration is a part of the export default class statement

leadingComments?: Comment[]
loc?: null | SourceLocation
range?: [number, number]
superClass?: null | Expression
trailingComments?: Comment[]
type: "ClassDeclaration"