Update checked-in dependencies
This commit is contained in:
parent
3e913ef09d
commit
9660df3fcc
990 changed files with 74805 additions and 60149 deletions
3
node_modules/eslint-plugin-jsx-a11y/lib/util/isPresentationRole.js
generated
vendored
3
node_modules/eslint-plugin-jsx-a11y/lib/util/isPresentationRole.js
generated
vendored
|
|
@ -9,6 +9,5 @@ var presentationRoles = new Set(['presentation', 'none']);
|
|||
var isPresentationRole = function isPresentationRole(tagName, attributes) {
|
||||
return presentationRoles.has((0, _jsxAstUtils.getLiteralPropValue)((0, _jsxAstUtils.getProp)(attributes, 'role')));
|
||||
};
|
||||
var _default = isPresentationRole;
|
||||
exports["default"] = _default;
|
||||
var _default = exports["default"] = isPresentationRole;
|
||||
module.exports = exports.default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue