Skip to content
Michael Ficarra edited this page Sep 2, 2013 · 15 revisions

fully implemented

  • ArrayExpression
  • AssignmentExpression
  • BinaryExpression
  • BlockStatement
  • BreakStatement
  • CallExpression
  • CatchClause
  • ConditionalExpression
  • ContinueStatement
  • DebuggerStatement
  • DoWhileStatement
  • EmptyStatement
  • ExpressionStatement
  • ForInStatement
  • ForStatement
  • FunctionDeclaration
  • FunctionExpression
  • Identifier
  • IfStatement
  • LabeledStatement
  • Literal
  • LogicalExpression
  • MemberExpression
  • NewExpression
  • ObjectExpression
  • Program
  • ReturnStatement
  • SequenceExpression
  • ThisExpression
  • ThrowStatement
  • TryStatement
  • UnaryExpression
  • UpdateExpression
  • VariableDeclaration
  • VariableDeclarator
  • WhileStatement
  • WithStatement

partially implemented

  • SwitchCase
  • SwitchStatement

ES6 (which are all unimplemented)

  • ArrayPattern
  • ArrowExpression
  • ComprehensionBlock
  • ComprehensionExpression
  • ForOfStatement
  • GeneratorExpression
  • LetExpression
  • LetStatement
  • ObjectPattern
  • YieldExpression
Clone this wiki locally