forked from gnolang/gno
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gnovm/gnofmt): Replace usage of ast.Object with ast.Ident In `g…
…nofmt` (gnolang#2546) # Description Removes the usage of the deprecated `ast.Object` type and replaces it with `ast.Ident`. Since `ast.Ident` contains name and location information, I think it would provide the information that needed in most cases.
- Loading branch information
Showing
1 changed file
with
20 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters