Update Acorn.js and use it now by default, thanks to Marijn's fast bugfix:

https://github.com/marijnh/acorn/issues/14
This commit is contained in:
Jürg Lehni 2012-11-18 12:25:37 -08:00
parent 14642e63b3
commit 302f23bc5a
7 changed files with 18 additions and 7 deletions

View file

@ -9,6 +9,7 @@ __dirname = path.resolve(__dirname, '../src/');
var context = vm.createContext({
options: {
server: true,
parser: 'acorn',
version: 'dev'
},
fs: fs,