schnee effeckt und fehler Korektur
This commit is contained in:
7
node_modules/filename-reserved-regex/index.js
generated
vendored
7
node_modules/filename-reserved-regex/index.js
generated
vendored
@@ -1,4 +1,5 @@
|
||||
'use strict';
|
||||
module.exports = function () {
|
||||
return /[<>:"\/\\|?*]/g;
|
||||
};
|
||||
/* eslint-disable no-control-regex */
|
||||
// TODO: remove parens when Node.js 6 is targeted. Node.js 4 barfs at it.
|
||||
module.exports = () => (/[<>:"\/\\|?*\x00-\x1F]/g);
|
||||
module.exports.windowsNames = () => (/^(con|prn|aux|nul|com[0-9]|lpt[0-9])$/i);
|
||||
|
||||
Reference in New Issue
Block a user