Skip to content

Instantly share code, notes, and snippets.

@misterdai
Created November 6, 2014 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misterdai/271b89c5569b1abf0632 to your computer and use it in GitHub Desktop.
Save misterdai/271b89c5569b1abf0632 to your computer and use it in GitHub Desktop.
ES6, Traceur, Node.js, Harmony
ES6 Feature Node Flag Traceur Flag
generators (yield) --harmony_generators true --generators parse
octal and binary literals --harmony_numeric_literals true --numeric_literals parse
Map, Set, WeakMap, WeakSet --harmony_collections true ???
block-level function declaration ??? ???
Promise Dummy Flag ???
Object.is
Object.getOwnPropertySymbols
Object.setPrototypeOf
function "name" property
String.prototype.repeat
String.prototype.startsWith
String.prototype.endsWith
String.prototype.contains
global symbol registry
Array.prototype.copyWithin
Array.prototype.find
Array.prototype.findIndex
Array.prototype.fill
Array.prototype.keys
Array.prototype.values
Array.prototype.entries
Number.isFinite
Number.isInteger
Number.isSafeInteger
Number.isNaN
Number.EPSILON
Number.MIN_SAFE_INTEGER
Number.MAX_SAFE_INTEGER
Math methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment