Update checked-in dependencies
This commit is contained in:
parent
4b72bef651
commit
dbb232a3d8
1389 changed files with 209949 additions and 542 deletions
9
node_modules/parse5/dist/common/foreign-content.d.ts
generated
vendored
Normal file
9
node_modules/parse5/dist/common/foreign-content.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { TAG_ID as $, NS } from './html.js';
|
||||
import type { TagToken, Attribute } from './token.js';
|
||||
export declare const SVG_TAG_NAMES_ADJUSTMENT_MAP: Map<string, string>;
|
||||
export declare function causesExit(startTagToken: TagToken): boolean;
|
||||
export declare function adjustTokenMathMLAttrs(token: TagToken): void;
|
||||
export declare function adjustTokenSVGAttrs(token: TagToken): void;
|
||||
export declare function adjustTokenXMLAttrs(token: TagToken): void;
|
||||
export declare function adjustTokenSVGTagName(token: TagToken): void;
|
||||
export declare function isIntegrationPoint(tn: $, ns: NS, attrs: Attribute[], foreignNS?: NS): boolean;
|
||||
Loading…
Add table
Add a link
Reference in a new issue