estree v2.6.0 ESTree.ExportDeclaration

Summary

Types

t()
t() :: %ESTree.ExportDeclaration{declaration: ESTree.Declaration.t, default: boolean, loc: ESTree.SourceLocation.t | nil, source: ESTree.Identifier.t | nil, specifiers: [ESTree.ExportSpecifier.t], type: binary}