initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
14
github/codeql-action-v2/node_modules/jsx-ast-utils/lib/values/JSXText.js
generated
vendored
Normal file
14
github/codeql-action-v2/node_modules/jsx-ast-utils/lib/values/JSXText.js
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = extractValueFromJSXText;
|
||||
/**
|
||||
* Extractor function for a JSXText type value node.
|
||||
*
|
||||
* Returns self-closing element with correct name.
|
||||
*/
|
||||
function extractValueFromJSXText(value) {
|
||||
return value.raw;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue