You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(x!==null&&typeofx!=="string")errors.push(newError(`There is a source content with an invalid format on the index ${i}. Each content should be defined as a strings or null`))
61
61
})
62
62
}
63
+
64
+
if("ignoreList"insourceMap){
65
+
if(!Array.isArray(sourceMap.ignoreList))
66
+
errors.push(newError('Source map "ignoreList" field is invalid.'));
0 commit comments