mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
* Copy more files from es1 to run spidermonkey tests * Add tools to run ECMA5-incompatible tests - [babel](https://babeljs.io/) - [es6-shim](https://github.com/paulmillr/es6-shim) - [es6-symbol](https://www.npmjs.com/package/es6-symbol) * Add src/shell/GlobalObjectBuiltinTestFunctions.cpp to add test-only functions * 'of' should be able to be used as identifier * Set rpath of x86 binary relative to binary path * Remove config.h.in~ file from repository * Fix broken build by removing third_party/libunwind
13 lines
487 B
JSON
13 lines
487 B
JSON
{
|
|
"name": "vendortest",
|
|
"dependencies": {
|
|
"babel-cli": "latest",
|
|
"babel-plugin-transform-es2015-block-scoping": "latest",
|
|
"babel-plugin-transform-es2015-constants": "latest",
|
|
"babel-plugin-transform-es2015-arrow-functions": "latest",
|
|
"babel-plugin-transform-es2015-destructuring": "latest",
|
|
"babel-plugin-transform-es2015-template-literals": "latest",
|
|
"babel-plugin-transform-es2015-classes": "latest",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "latest"
|
|
}
|
|
}
|