packages feed

language-ecmascript-0.9.1: tests/parse-pretty/object-lit-1.js

var x = {  // avoid ambiguity with BlockStmt
  foo : 23, 
  bar : 50 
}