mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
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:
parent
14642e63b3
commit
302f23bc5a
7 changed files with 18 additions and 7 deletions
|
@ -9,6 +9,7 @@ __dirname = path.resolve(__dirname, '../src/');
|
|||
var context = vm.createContext({
|
||||
options: {
|
||||
server: true,
|
||||
parser: 'acorn',
|
||||
version: 'dev'
|
||||
},
|
||||
fs: fs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue