Skip to content

Pervasives is open in autocomplete with -nopervasives flag #262

Open
@bloodyowl

Description

@bloodyowl

I'm experimenting only opening a subset of Pervasives so that none of OCaml's style leak to the user.

https://github.com/bloodyowl/rescript-js/blob/main/src/ReScriptJs__Pervasives.res

Using the following bsc-flags, it seems like Pervasives isn't conditioned to the absence of -nopervasives flag.

[
  "-open Belt",
  "-open ReScriptJs__JsWithPervasives",
  "-nopervasives"
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions