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 readonly typings for Set and Map #10921

Merged
merged 3 commits into from
Sep 15, 2016

Commits on Sep 14, 2016

  1. Add readonly typings for Set and Map

    Similar to ReadonlyArray, these typings remove the mutation methods from Set and Map so that they can only be initialized by the constructor.
    gmoothart authored Sep 14, 2016
    Configuration menu
    Copy the full SHA
    2468d44 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Removed constructor typings which can't be used

    Also corrected some parameter names.
    gmoothart committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    e2ee3c5 View commit details
    Browse the repository at this point in the history
  2. indenting

    gmoothart committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    a9d4b30 View commit details
    Browse the repository at this point in the history