Daniella Barsony 77237960a7 Add tool to transpile JavaScript sources using Babel (#3009)
JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
2019-08-15 14:53:33 +02:00

18 lines
597 B
Plaintext

{
"plugins": [
"@babel/plugin-transform-function-name",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-block-scoping",
"@babel/plugin-transform-destructuring",
"@babel/plugin-transform-block-scoped-functions",
"@babel/plugin-transform-unicode-regex",
"@babel/plugin-transform-sticky-regex",
"@babel/plugin-transform-spread",
"@babel/plugin-transform-parameters",
"@babel/plugin-transform-object-super",
"@babel/plugin-transform-new-target",
"@babel/plugin-transform-literals",
"@babel/plugin-transform-instanceof"
]
}