{
  "javascript": {
    "operators": {
      "yield_star": {
        "__compat": {
          "description": "<code>yield*</code>",
          "mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/yield*",
          "spec_url": "https://tc39.es/ecma262/#sec-generator-function-definitions-runtime-semantics-evaluation",
          "support": {
            "chrome": {
              "version_added": "39"
            },
            "chrome_android": {
              "version_added": "39"
            },
            "edge": {
              "version_added": "12"
            },
            "firefox": {
              "version_added": "27",
              "notes": "Starting with Firefox 33, the parsing of the <code>yield</code> expression has been updated to conform with the ES2015 specification."
            },
            "firefox_android": {
              "version_added": "27",
              "notes": "Starting with Firefox 33, the parsing of the <code>yield</code> expression has been updated to conform with the ES2015 specification."
            },
            "ie": {
              "version_added": false
            },
            "nodejs": [
              {
                "version_added": "4.0.0"
              },
              {
                "version_added": "0.12",
                "flags": [
                  {
                    "type": "runtime_flag",
                    "name": "--harmony"
                  }
                ]
              }
            ],
            "opera": {
              "version_added": "26"
            },
            "opera_android": {
              "version_added": "26"
            },
            "safari": {
              "version_added": "10"
            },
            "safari_ios": {
              "version_added": "10"
            },
            "samsunginternet_android": {
              "version_added": "4.0"
            },
            "webview_android": {
              "version_added": "39"
            }
          },
          "status": {
            "experimental": false,
            "standard_track": true,
            "deprecated": false
          }
        }
      }
    }
  }
}
