Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroper committed May 12, 2024
1 parent f700cff commit 57c48b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "as3_parser"
version = "1.0.21"
version = "1.0.22"
edition = "2021"
authors = ["hydroper <[email protected]>"]
repository = "https://github.com/hydroper/as3parser"
Expand Down
2 changes: 2 additions & 0 deletions crates/parser/tree/tree_semantics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ impl_semantics_with_loc_field!(
FunctionCommon,
Block,
Program,
PackageDefinition,
SimpleVariableDefinition,
Mxml,
MxmlElement,
Expand All @@ -213,6 +214,7 @@ impl_semantics_1!(
FunctionCommon,
Block,
Program,
PackageDefinition,
SimpleVariableDefinition,
QualifiedIdentifier,
Mxml,
Expand Down

0 comments on commit 57c48b5

Please sign in to comment.