estree v2.6.0 ESTree.ImportDeclaration

Summary

Types

t()
t() :: %ESTree.ImportDeclaration{loc: ESTree.SourceLocation.t | nil, source: ESTree.Identifier.t | nil, specifiers: [ESTree.ImportSpecifier.t | ESTree.ImportNamespaceSpecifier.t | ESTree.ImportDefaultSpecifier.t], type: binary}