mirror of
https://github.com/actions/labeler
synced 2026-05-10 08:51:02 +02:00
build
This commit is contained in:
2
node_modules/jest-haste-map/build/lib/dependencyExtractor.js
generated
vendored
2
node_modules/jest-haste-map/build/lib/dependencyExtractor.js
generated
vendored
@@ -63,7 +63,7 @@ const REQUIRE_OR_DYNAMIC_IMPORT_RE = createRegExp(
|
||||
);
|
||||
const IMPORT_OR_EXPORT_RE = createRegExp(
|
||||
[
|
||||
'\\b(?:import|export)\\s+(?!type(?:of)?\\s+)[^\'"]+\\s+from\\s+',
|
||||
'\\b(?:import|export)\\s+(?!type(?:of)?\\s+)(?:[^\'"]+\\s+from\\s+)?',
|
||||
CAPTURE_STRING_LITERAL(1)
|
||||
],
|
||||
'g'
|
||||
|
||||
Reference in New Issue
Block a user