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

Use native maps when they're available #12715

Merged
30 commits merged into from
Jan 17, 2017
Merged

Use native maps when they're available #12715

30 commits merged into from
Jan 17, 2017

Commits on Dec 8, 2016

  1. Use native maps when they're available

    Andy Hanson committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    6b1cc89 View commit details
    Browse the repository at this point in the history
  2. Simplify forEachKeyInMap and someKeyInMap

    Andy Hanson committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    b15ffda View commit details
    Browse the repository at this point in the history
  3. Clean up helpers

    Andy Hanson committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    863e4d6 View commit details
    Browse the repository at this point in the history
  4. Fix target error for gulp

    Andy Hanson committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    8121de7 View commit details
    Browse the repository at this point in the history
  5. Add comment

    Andy Hanson committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    8dbb8e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Merge branch 'master' into map5

    Andy Hanson committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    55fc62b View commit details
    Browse the repository at this point in the history
  2. Remove createObject; use Object.create directly.

    Andy Hanson committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    5c304d0 View commit details
    Browse the repository at this point in the history
  3. Remove the "set" function and use map.set with multiple lines of co…

    …de if necessary.
    Andy Hanson committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    b53b5cf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Use sparse arrays for number-keyed maps

    Andy Hanson committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    8386d49 View commit details
    Browse the repository at this point in the history
  2. Add iterators to Map interface, and shim iterators

    Andy Hanson committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    5555258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d7b5e6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into map5

    Andy Hanson committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    9e33585 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. Configuration menu
    Copy the full SHA
    f510897 View commit details
    Browse the repository at this point in the history
  2. Inline keysOfMap and valuesOfMap.

    Andy Hanson committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    39c19a7 View commit details
    Browse the repository at this point in the history
  3. Rename and consolidate map iteration helpers

    Andy Hanson committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    932eaa3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    145f0b2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into map5

    Andy Hanson committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    346a865 View commit details
    Browse the repository at this point in the history
  6. Replace SparseArray<T> with T[]

    Andy Hanson committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    2e6f369 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Merge branch 'master' into map5

    Andy Hanson committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    a677712 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Merge branch 'master' into map5

    Andy Hanson committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    8c5afd7 View commit details
    Browse the repository at this point in the history
  2. Fix name: mapEntries is more accurate

    Andy Hanson committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    9221336 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Fix test

    Andy Hanson committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    c28d98a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into map5

    Andy Hanson committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    a0641b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Merge branch 'master' into map5

    Andy Hanson committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    f0e1fd9 View commit details
    Browse the repository at this point in the history
  2. Add createMapFromTemplate helper

    Andy Hanson committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    37e18d9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into map5

    Andy Hanson committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    30462e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Fix one more use of createMapFromTemplate

    Andy Hanson committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    b98e82e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into map5

    Andy Hanson committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    113338c View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Andy Hanson committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    6b6c34b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Merge branch 'master' into map5

    Andy Hanson committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    30ccc7a View commit details
    Browse the repository at this point in the history