Skip to content

Commit

Permalink
🐳 chore: Upgrade deno_ast to v0.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Jul 30, 2024
1 parent 6e025b2 commit e32ee38
Show file tree
Hide file tree
Showing 50 changed files with 1,771 additions and 743 deletions.
8 changes: 4 additions & 4 deletions docs/features/ast.dot
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ digraph {
ForHead -> { Pat UsingDecl VarDecl }
Pat -> { ArrayPat AssignPat Expr BindingIdent Invalid ObjectPat RestPat }
ImportSpecifier -> { ImportDefaultSpecifier ImportNamedSpecifier ImportStarAsSpecifier }
JSXAttrName -> { Ident JSXNamespacedName }
JSXAttrName -> { IdentName JSXNamespacedName }
JSXAttrOrSpread -> { JSXAttr SpreadElement }
JSXAttrValue -> { JSXElement JSXExprContainer JSXFragment Lit }
JSXElementChild -> { JSXElement JSXExprContainer JSXFragment JSXSpreadChild JSXText }
JSXElementName -> { Ident JSXMemberExpr JSXNamespacedName }
JSXExpr -> { Expr JSXEmptyExpr }
JSXObject -> { Ident JSXMemberExpr }
Key -> { PrivateName PropName }
PropName -> { BigInt ComputedPropName Ident Number Str }
MemberProp -> { ComputedPropName Ident PrivateName }
PropName -> { BigInt ComputedPropName IdentName Number Str }
MemberProp -> { ComputedPropName IdentName PrivateName }
ModuleDecl -> { ExportAll ExportDecl ExportDefaultDecl ExportDefaultExpr NamedExport ImportDecl TsExportAssignment TsImportEqualsDecl TsNamespaceExportDecl }
ModuleExportName -> { Ident Str }
ModuleItem -> { ModuleDecl Stmt }
Expand All @@ -34,7 +34,7 @@ digraph {
Program -> { Module Script }
Prop -> { AssignProp GetterProp KeyValueProp MethodProp SetterProp Ident }
PropOrSpread -> { Prop SpreadElement }
SuperProp -> { ComputedPropName Ident }
SuperProp -> { ComputedPropName IdentName }
TsEntityName -> { Ident TsQualifiedName }
TsEnumMemberId -> { Ident Str }
TsFnOrConstructorType -> { TsConstructorType TsFnType }
Expand Down
2 changes: 2 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## 0.11.0

* Upgraded deno_ast to v0.41.1
* Revised internal error handling
* Added `IdentName`

## 0.10.0

Expand Down
Loading

0 comments on commit e32ee38

Please sign in to comment.