Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a boa_interop crate #3772

Merged
merged 6 commits into from
Apr 2, 2024
Merged

Add a boa_interop crate #3772

merged 6 commits into from
Apr 2, 2024

Commits on Mar 28, 2024

  1. Add a boa_interop crate

    This crate will contain types and functions to help integrating
    boa in Rust projects, making it easier to interop between the
    host and the JavaScript code.
    
    See boa-dev#3770
    hansl committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c115223 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary into_iter()

    hansl committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1afa66f View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    hansl committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8261a35 View commit details
    Browse the repository at this point in the history
  4. cargo clippy

    hansl committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    79ea902 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Make IntoJsFunction unsafe

    hansl committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0f8b3be View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Remove unused code

    hansl committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    88b3d27 View commit details
    Browse the repository at this point in the history