Last analyzed c54e5cc 2 months ago
Default analysis branch is
Currently analyzing run
Found Yoda conditions JS-0104
Bug risk
5 months ago5 months old
Expected literal to be on the right side of !=.
829        }, I.parseInline = function(e2, t2) {
830          if (null == e2)
831            throw new Error("marked.parseInline(): input parameter is undefined or null");
832          if ("string" != typeof e2)833            throw new Error("marked.parseInline(): input parameter is of type " + Object.prototype.toString.call(e2) + ", string expected");
834          m(t2 = C({}, I.defaults, t2 || {}));
835          try {
Expected literal to be on the right side of ==.
827            }();
828          return o2;
829        }, I.parseInline = function(e2, t2) {
830          if (null == e2)831            throw new Error("marked.parseInline(): input parameter is undefined or null");
832          if ("string" != typeof e2)
833            throw new Error("marked.parseInline(): input parameter is of type " + Object.prototype.toString.call(e2) + ", string expected");
Expected literal to be on the right side of ==.
  8  var require_markedjs = __commonJS({
  9    "app/javascript/markedjs.js"(exports, module) {
 10      !function(e, t) {
 11        "object" == typeof exports && "undefined" != typeof module ? t(exports) : "function" == typeof define && define.amd ? define(["exports"], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).marked = {}); 12      }(exports, function(r) {
 13        "use strict";
 14        function i(e2, t2) {
Expected literal to be on the right side of !=.
  8  var require_markedjs = __commonJS({
  9    "app/javascript/markedjs.js"(exports, module) {
 10      !function(e, t) {
 11        "object" == typeof exports && "undefined" != typeof module ? t(exports) : "function" == typeof define && define.amd ? define(["exports"], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).marked = {}); 12      }(exports, function(r) {
 13        "use strict";
 14        function i(e2, t2) {
Expected literal to be on the right side of ==.
  8  var require_markedjs = __commonJS({
  9    "app/javascript/markedjs.js"(exports, module) {
 10      !function(e, t) {
 11        "object" == typeof exports && "undefined" != typeof module ? t(exports) : "function" == typeof define && define.amd ? define(["exports"], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).marked = {}); 12      }(exports, function(r) {
 13        "use strict";
 14        function i(e2, t2) {