亚洲精品亚洲人成在线观看麻豆,在线欧美视频一区,亚洲国产精品一区二区动图,色综合久久丁香婷婷

              當前位置:首頁 > IT技術(shù) > Web編程 > 正文

              js eslint語法規(guī)范錯誤提示代碼
              2021-09-24 14:36:57

                1 “Missing semicolon.” : “缺少分號.”,
                2 
                3 “Use the function form of ”use strict”.” : “使用標準化定義function.”,
                4 
                5 “Unexpected space after ‘-’.” : “在’-'后面不應(yīng)出現(xiàn)空格.”,
                6 
                7 “Expected a JSON value.” : “請傳入一個json的值.”,
                8 
                9 “Mixed spaces and tabs.”: “空格和TAB重復(fù).”,
               10 
               11 “Unsafe character.” : “不安全的字符.”,
               12 
               13 “Line too long.”: “本行中的字符超過設(shè)定的最大長度.”,
               14 
               15 “Trailing whitespace.”: “本行末尾有過多無用空格.”,
               16 
               17 “Script URL.” : “腳本URL.”,
               18 
               19 “Unexpected {a} in ‘’.” : “在 ‘’ 中不該出現(xiàn) {a}.”,
               20 
               21 “Unexpected ‘{a}’.” : “不該在此出現(xiàn)’{a}’.”,
               22 
               23 “Strings must use doublequote.” : “字符串需要用雙引號”,
               24 
               25 “Unnecessary escapement.” : “不需要轉(zhuǎn)義”,
               26 
               27 “Control character in string: {a}.” : “在字符串中出現(xiàn)了Control的字符”,
               28 
               29 “Avoid \’.” : “避免 \”,
               30 
               31 “Avoid \v.” : “避免 \v”,
               32 
               33 “Avoid \x-.” : “避免 \x-”,
               34 
               35 “Bad escapement.” : “錯誤的轉(zhuǎn)義字符”,
               36 
               37 “Bad number ‘{a}’.” : “錯誤的數(shù)字 ‘{a}’”,
               38 
               39 “Missing space after ‘{a}’.” : “在’{a}’之后缺少空格”,
               40 
               41 “Don’t use extra leading zeros ‘{a}’.” : “不要再’{a}’的前面用多余的0″,
               42 
               43 “Avoid 0x-. ‘{a}’.” : “避免使用 0x-. ‘{a}’.”,
               44 
               45 “A trailing decimal point can be confused with a dot ‘{a}’.” : “在’{a}’中使用點尾隨小數(shù)點”,
               46 
               47 “Unexpected comment.” : “不該在此處出現(xiàn)注釋”,
               48 
               49 “Unescaped ‘{a}’.” : “沒有轉(zhuǎn)義 ‘{a}’”,
               50 
               51 “Unexpected control character in regular expression.” : “在正則表達式中出現(xiàn)了control字符”,
               52 
               53 “Unexpected escaped character ‘{a}’ in regular expression.” : “在正則表達式中出現(xiàn)了沒有轉(zhuǎn)義的字符 ‘{a}’”,
               54 
               55 “Expected ‘{a}’ and instead saw ‘’.” : “應(yīng)該用 ‘{a}’代替’’”,
               56 
               57 “Spaces are hard to count. Use {{a}}.” : “空格難以統(tǒng)計,請使用 {{a}}”,
               58 
               59 “Insecure ‘{a}’.” : “不安全的 ‘{a}’”,
               60 
               61 “Empty class.” : “空的class”,
               62 
               63 “Expected a number and instead saw ‘{a}’.”:“應(yīng)該用數(shù)字代替’{a}’”,
               64 
               65 “‘{a}’ should not be greater than ‘’.”:“‘{a}’不應(yīng)該比’’大”,
               66 
               67 “‘hasOwnProperty’ is a really bad name.”: “‘hasOwnProperty’是關(guān)鍵字”,
               68 
               69 “‘{a}’ was used before it was defined.”:“‘{a}’未定義就已經(jīng)使用了.”,
               70 
               71 “‘{a}’ is already defined.”:“‘{a}’被重復(fù)定義”,
               72 
               73 “A dot following a number can be confused with a decimal point.”:“數(shù)字后面的一個點會被誤認為是十進制的小數(shù)點”,
               74 
               75 “Confusing minusses” : “容易混淆的負數(shù)表達-”,
               76 
               77 “Confusing plusses.” : “容易混淆的正數(shù)表達+”,
               78 
               79 “Unmatched ‘{a}’.” : “無法匹配的’{a}’”,
               80 
               81 “Expected ‘{a}’ to match ‘’ from line {c} and instead saw ‘pl77hfh’.”:“在行{c}中需要用’{a}’和’’匹配,用來代替’rhvphn7’”,
               82 
               83 “Unexpected early end of program.”:“程序不可預(yù)期的提前終止”,
               84 
               85 “A leading decimal point can be confused with a dot: ‘.{a}’.”:“‘{a}’前的點容易混淆成小數(shù)點”,
               86 
               87 “Use the array literal notation [].”:“使用數(shù)組的符號 []“,
               88 
               89 “Expected an operator and instead saw ‘{a}’.”:“需要用一個符號來代替’{a}’”,
               90 
               91 “Unexpected space after ‘{a}’.”:“在’{a}’之后不能出現(xiàn)空格”,
               92 
               93 “Unexpected space before ‘{a}’.”:“在’{a}’之前不能出現(xiàn)空格”,
               94 
               95 “Bad line breaking before ‘{a}’.”:“在’{a}’之前錯誤的換行”,
               96 
               97 “Expected ‘{a}’ to have an indentation at  instead at {c}.”:“‘{a}’需要在{c}而不是處縮進”,
               98 
               99 “Line breaking error ‘{a}’.”:“換行錯誤 ‘{a}’”,
              100 
              101 “Unexpected use of ‘{a}’.”:“此處不能用’{a}’”,
              102 
              103 “Bad operand.”:“錯誤的操作數(shù)”,
              104 
              105 “Use the isNaN function to compare with NaN.”:“使用isNaN來與NaN比較”,
              106 
              107 “Confusing use of ‘{a}’.”:“容易混淆的’{a}’的使用”,
              108 
              109 “Read only.”:“只讀的屬性”,
              110 
              111 “‘{a}’ is a function.”:“‘{a}’是一個函數(shù)”,
              112 
              113 ‘Bad assignment.’:“錯誤的賦值”,
              114 
              115 “Do not assign to the exception parameter.”:“不要給額外的參數(shù)賦值”,
              116 
              117 “Expected an identifier in an assignment and instead saw a function invocation.”:“在賦值的語句中需要有一個標識符,而不是一個方法的調(diào)用”,
              118 
              119 “Expected an identifier and instead saw ‘{a}’ (a reserved word).”:“需要有一個標識符,而不是’{a}’(保留字符)”,
              120 
              121 “Missing name in function declaration.”:“在方法聲明中缺少名稱”,
              122 
              123 “Expected an identifier and instead saw ‘{a}’.”:“需要有一個標識符,而不是’{a}’”,
              124 
              125 “Inner functions should be listed at the top of the outer function.”:“內(nèi)部函數(shù)的聲明應(yīng)該放在此函數(shù)的頂部。”,
              126 
              127 “Unreachable ‘{a}’ after ‘’.”:“在’’之后無法獲取’{a}’”,
              128 
              129 “Unnecessary semicolon.”:“不必要的分號”,
              130 
              131 “Label ‘{a}’ on  statement.”:“將’{a}’放在的聲明中”,
              132 
              133 “Label ‘{a}’ looks like a javascript url.”:“‘{a}’看上去像一個js的鏈接”,
              134 
              135 “Expected an assignment or function call and instead saw an expression”:“需要一個賦值或者一個函數(shù)調(diào)用,而不是一個表達式.”,
              136 
              137 “Do not use ‘new’ for side effects.”:“不要用’new’語句.”,
              138 
              139 “Unnecessary ”use strict”.”:“不必要的”use strict”.”,
              140 
              141 “Missing ”use strict” statement.”:“缺少”use strict”的聲明”,
              142 
              143 “Empty block.”:“空的模塊”,
              144 
              145 “Unexpected /*member ‘{a}’.”:“不應(yīng)出現(xiàn) /*元素 ‘{a}’.”,
              146 
              147 “‘{a}’ is a statement label.”:“‘{a}’是一個聲明”,
              148 
              149 “‘{a}’ used out of scope.”:“‘{a}’使用超出范圍”,
              150 
              151 “‘{a}’ is not allowed.”:“不允許使用’{a}’”,
              152 
              153 “‘{a}’ is not defined.”:“‘{a}’沒有被定義”,
              154 
              155 “Use ‘{a}’ to compare with ‘’.”:“使用’{a}’與’’相比”,
              156 
              157 “Variables should not be deleted.”:“變量需要被刪除”,
              158 
              159 “Use the object literal notation {}.”:“使用對象的文字符號 {}”,
              160 
              161 “Do not use {a} as a constructor.”:“不要使用{a}作為一個構(gòu)造對象”,
              162 
              163 “The Function constructor is eval.”:“The Function constructor is eval.”,
              164 
              165 “A constructor name should start with an uppercase letter.”:“一個構(gòu)造對象的名稱必須用大寫字母開頭.”,
              166 
              167 “Bad constructor.”:“錯誤的構(gòu)造對象”,
              168 
              169 “Weird construction. Delete ‘new’.”:“構(gòu)造對象有誤,請刪除’new’”,
              170 
              171 “Missing ‘()’ invoking a constructor.”:“缺少括號()”,
              172 
              173 “Avoid arguments.{a}.”:“避免參數(shù).{a}.”,
              174 
              175 “document.write can be a form of eval.”:“document.write是eval的一種形式”,
              176 
              177 ‘eval is evil.’:“盡量不要使用eval”,
              178 
              179 “Math is not a function.”:“Math不是一個函數(shù)”,
              180 
              181 “Missing ‘new’ prefix when invoking a constructor.”:“此處缺少了’new’”,
              182 
              183 “Missing radix parameter.”:“缺少參數(shù)”,
              184 
              185 “Implied eval is evil. Pass a function instead of a string.”:“傳遞一個函數(shù),而不是一個字符串”,
              186 
              187 “Bad invocation.”:“錯誤的調(diào)用”,
              188 
              189 “['{a}'] is better written in dot notation.”:“['{a}']最好用點.的方式”,
              190 
              191 “Extra comma.”:“多余的逗號”,
              192 
              193 “Don’t make functions within a loop.”:“不要用循環(huán)的方式創(chuàng)建函數(shù)”,
              194 
              195 “Unexpected parameter ‘{a}’ in get  function.”:“在方法中不該用到參數(shù)’{a}’”,
              196 
              197 “Duplicate member ‘{a}’.”:“重復(fù)的’{a}’”,
              198 
              199 “Expected to see a statement and instead saw a block.”:“此處應(yīng)該是語句聲明.”,
              200 
              201 “Too many var statements.”:“過多var的聲明”,
              202 
              203 “Redefinition of ‘{a}’.”:“‘{a}’被重復(fù)定義”,
              204 
              205 “It is not necessary to initialize ‘{a}’ to ‘undefined’.”:“無需將’{a}’初始化為’undefined’”,
              206 
              207 “Expected a conditional expression and instead saw an assignment.”:“此處需要一個表達式,而不是賦值語句”,
              208 
              209 “Expected a ‘break’ statement before ‘case’.”:“在’case’之前需要有’break’.”,
              210 
              211 “Expected a ‘break’ statement before ‘default’.”:“在’default’之前需要有’break’.”,
              212 
              213 “This ‘switch’ should be an ‘if’.”:“此處’switch’應(yīng)該是’if’.”,
              214 
              215 “All ‘debugger’ statements should be removed.”:“請刪除’debugger’的語句”,
              216 
              217 “‘{a}’ is not a statement label.”:“‘{a}’不是一個聲明標簽.”,
              218 
              219 “Expected an assignment or function call and instead saw an expression.”:“需要一個語句或者一個函數(shù)調(diào)用,而不是一個表達式”,
              220 
              221 “Function declarations should not be placed in blocks. Use a function expression or move the statement to the top of the outer function.”:“函數(shù)的聲明不能放在類似if的塊中,需要放在外部函數(shù)的頂部.”

              本文摘自 :https://www.cnblogs.com/

              開通會員,享受整站包年服務(wù)立即開通 >