Skip to content

Commit

Permalink
refactor: Make ToJS pub(crate)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Apr 3, 2024
1 parent a22d8f5 commit dded1a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/codegen/parser/runtime/src/napi_interface/cst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl TokenNode {
}
}

pub trait ToJS {
pub(crate) trait ToJS {
fn to_js(&self, env: Env) -> JsObject;
}

Expand Down

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

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

0 comments on commit dded1a5

Please sign in to comment.