Commits
Click on a commit to change the comparison rangerefactor(visit): add `#[inline]` to empty functions (#4330)
Add `#[inline]` to empty default implementations of `enter_node` etc. Hopefully compiler will inline them automatically within Oxc even cross-crate because we compile with LTO, but maybe not for external consumers who don't use LTO.1 year ago
by overlookmotel