options.json 186 B

12345
  1. {
  2. "plugins": [["transform-for-of", { "assumeArray": true, "loose": true}]],
  3. "throws": "The loose and assumeArray options cannot be used together in @babel/plugin-transform-for-of"
  4. }