xref: /third_party/jerryscript/tools/babel/.babelrc (revision 425bb815)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/jerryscript/tools/babel/
1{
2  "plugins": [
3    "@babel/plugin-transform-function-name",
4    "@babel/plugin-proposal-object-rest-spread",
5    "@babel/plugin-transform-block-scoping",
6    "@babel/plugin-transform-destructuring",
7    "@babel/plugin-transform-block-scoped-functions",
8    "@babel/plugin-transform-unicode-regex",
9    "@babel/plugin-transform-sticky-regex",
10    "@babel/plugin-transform-spread",
11    "@babel/plugin-transform-parameters",
12    "@babel/plugin-transform-object-super",
13    "@babel/plugin-transform-new-target",
14    "@babel/plugin-transform-literals",
15    "@babel/plugin-transform-instanceof"
16  ]
17}
18

Indexes created Thu Nov 07 10:32:03 CST 2024