Skip to content

Strict Mode #3

@johnstrickler

Description

@johnstrickler

Create a strict mode that enforces typed instance creation. Fails under scenarios such as:

  • Coercion fails (string -> number, or {} to Foo)
  • There are extra properties or missing properties
  • Creation of generic instances (only allow typed construction, ex new Foo())

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