Skip to content

Commit 1a04c6a

Browse files
committed
Update PluginData type
1 parent 0488c55 commit 1a04c6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/regex.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ import {Context, hasUnescaped, replaceUnescaped} from 'regex-utilities';
1010

1111
/**
1212
@typedef {string | RegExp | Pattern | number} InterpolatedValue
13-
@typedef {{flags: string; useEmulationGroups: boolean;}} PluginData
13+
@typedef {{
14+
flags?: string;
15+
useEmulationGroups?: boolean;
16+
}} PluginData
1417
@typedef {TemplateStringsArray | {raw: Array<string>}} RawTemplate
1518
@typedef {{
1619
flags?: string;

0 commit comments

Comments
 (0)