Skip to content

Commit 748b4f1

Browse files
committed
feat(xml parser): Only allow angular syntax extensions if configured.
Configure via the public `angularSyntax` property on EasySAXParser and the XmlParser wrapper.
1 parent aa11224 commit 748b4f1

File tree

5 files changed

+604
-576
lines changed

5 files changed

+604
-576
lines changed

js-libs/easysax/easysax.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ declare module "js-libs/easysax" {
55
parse(xml: string): void;
66
on(name: string, cb: Function): void;
77
ns(root: string, ns: any): void;
8+
public angularSyntax: boolean;
89
}
910
}
1011

0 commit comments

Comments
 (0)