Ibrahimrahhal / ast-playground

0 stars 1 forks source link

[question] What's nodeTypes `imports`(importFromNode, importStatement, importDeclaration)? #1

Closed liaodalin19903 closed 4 hours ago

liaodalin19903 commented 3 weeks ago

Hello,

When I check your repo's nodeTypes imports

imports: {
    importFromNode: "import_from_statement",
    importStatement: "import_statement",
    importDeclaration: "import_declaration",
  },

could you tell me what's imports(importFromNode, importStatement, importDeclaration)?