diff --git a/src/regex.js b/src/regex.js index 7181f0c..1dac63d 100644 --- a/src/regex.js +++ b/src/regex.js @@ -10,7 +10,10 @@ import {Context, hasUnescaped, replaceUnescaped} from 'regex-utilities'; /** @typedef {string | RegExp | Pattern | number} InterpolatedValue -@typedef {{flags: string; useEmulationGroups: boolean;}} PluginData +@typedef {{ + flags?: string; + useEmulationGroups?: boolean; +}} PluginData @typedef {TemplateStringsArray | {raw: Array}} RawTemplate @typedef {{ flags?: string;