mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:01:05 +08:00
Handle RegExpLiteral include/exclude
This commit is contained in:
parent
971809db71
commit
fc01ec35b8
@ -60,6 +60,7 @@ function getDescriptor(metaDeclaration, propertyName) {
|
||||
case 'ArrayExpression':
|
||||
return property.value.elements.map(t => t.value);
|
||||
case 'Literal':
|
||||
case 'RegExpLiteral':
|
||||
return property.value.value;
|
||||
default:
|
||||
throw new Error(`Unexpected descriptor: ${type}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user