Skip to content

Commit

Permalink
More TreeSemantics
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroper committed May 8, 2024
1 parent 462f55e commit 4fe1ef5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.16"
version = "1.0.17"
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 @@ -179,6 +179,7 @@ macro impl_semantics_1 {
impl_semantics_with_loc_call!(
struct TreeSemantics,
Expression,
InitializerField,
Directive,
MxmlContent,
CssDirective,
Expand Down Expand Up @@ -207,6 +208,7 @@ impl_semantics_1!(
struct TreeSemantics1,
fn new,
Expression,
InitializerField,
Directive,
FunctionCommon,
Block,
Expand Down

0 comments on commit 4fe1ef5

Please sign in to comment.