Skip to content

bspack: only .mli find ,support for mly and mll #741

@bobzhang

Description

@bobzhang

only .mli find, instead of generating

module type X = sig end

generating

module X = struct end

or

module rec X : sig end = X

we need a warning, the reason is that quite common that there is another lib which would call open X.

Support mly needs be discussed, since there would be various flags need to set

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions