mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-18 04:19:52 +00:00
parent
20d2b4f98d
commit
e4f3964f67
1492 changed files with 63799 additions and 63001 deletions
2
node_modules/@babel/highlight/lib/index.js
generated
vendored
2
node_modules/@babel/highlight/lib/index.js
generated
vendored
|
|
@ -41,7 +41,7 @@ let tokenize;
|
|||
return "keyword";
|
||||
}
|
||||
|
||||
if (JSX_TAG.test(token.value) && (text[offset - 1] === "<" || text.substr(offset - 2, 2) == "</")) {
|
||||
if (JSX_TAG.test(token.value) && (text[offset - 1] === "<" || text.slice(offset - 2, offset) == "</")) {
|
||||
return "jsxIdentifier";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue