wxml-dom-serializer

v2.0.2
render domhandler DOM nodes to a string
html xml render wxml weapp

test

npm run test:jest && npm run lint

test:jest

jest

lint

npm run lint:es && npm run lint:prettier

lint:es

eslint --ignore-path .gitignore .

lint:prettier

npm run prettier -- --check

format

npm run format:es && npm run format:prettier

format:es

npm run lint:es -- --fix

format:prettier

npm run prettier -- --write

prettier

prettier "**/*.{ts,md,json,yml}" --ignore-path .gitignore

build

npm run build:cjs && npm run build:esm

build:cjs

tsc

build:esm

tsc --module esnext --target es2019 --outDir lib/esm && echo {"type":"module"} > lib/esm/package.json

prepare

npm run build

Metadata

  • MIT
  • Whatever
  • Felix Boehm
  • released 5/12/2022

Downloads

Maintainers