UNPKG

@rxap/schematics-xml-parser

Version:

This package provides utilities for parsing XML templates within Angular Schematics. It includes functionality to locate templates in a file system, parse them using a specified DOMParser, and register custom elements for parsing. The package also offers

49 lines (48 loc) 1.68 kB
{ "version": "19.0.3", "name": "@rxap/schematics-xml-parser", "description": "This package provides utilities for parsing XML templates within Angular Schematics. It includes functionality to locate templates in a file system, parse them using a specified DOMParser, and register custom elements for parsing. The package also offers elements for defining modules, types, and methods within the XML templates.\n", "license": "GPL-3.0-or-later", "dependencies": { "@angular-devkit/core": "^19.1.4", "@angular-devkit/schematics": "^19.1.4", "@nx/devkit": "20.4.6", "@rxap/schematics-ts-morph": "^19.0.3", "@rxap/schematics-utilities": "^19.0.3", "@rxap/xml-parser": "^16.1.3", "ts-morph": "^18.0.0", "tslib": "2.6.2" }, "author": { "name": "Merzough Münker", "email": "mmuenker@digitaix.com" }, "bugs": { "url": "https://gitlab.com/rxap/packages/-/issues", "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com" }, "generators": "./generators.json", "homepage": "https:/gitlab.com/rxap/packages/packages/schematic/xml-parser", "keywords": [ "packages", "rxap", "schematic", "schematic-xml-parser", "scope:utilities", "xml-parser" ], "publishConfig": { "access": "public", "directory": "../../../dist/packages/schematic/xml-parser" }, "repository": { "type": "git", "url": "https://gitlab.com/rxap/packages.git", "directory": "packages/schematic/xml-parser" }, "schematics": "./generators.json", "type": "commonjs", "gitHead": "15b5fab8912b1042ea325e7f4d98844416018df1", "types": "./src/index.d.ts", "main": "./src/index.js" }