Skip to content

add conversions for native values #31

@phlegmaticprogrammer

Description

@phlegmaticprogrammer

Native values that correspond to Babel-17 values should be automatically convertible, for example:

val i = native New ("java.lang.Integer", 10)
match i 
  case 10 => true
end

The above should evaluate to true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions