Added missing changes and modified dist assets.
This commit is contained in:
parent
c300d15dae
commit
50a9cc9b7b
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -58317,7 +58317,7 @@ class Directives {
|
|||||||
onError('Verbatim tags must end with a >');
|
onError('Verbatim tags must end with a >');
|
||||||
return verbatim;
|
return verbatim;
|
||||||
}
|
}
|
||||||
const [, handle, suffix] = source.match(/^(.*!)([^!]*)$/);
|
const [, handle, suffix] = source.match(/^(.*!)([^!]*)$/s);
|
||||||
if (!suffix)
|
if (!suffix)
|
||||||
onError(`The ${source} tag has no suffix`);
|
onError(`The ${source} tag has no suffix`);
|
||||||
const prefix = this.tags[handle];
|
const prefix = this.tags[handle];
|
||||||
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user