vhtml icon indicating copy to clipboard operation
vhtml copied to clipboard

convert to typescript, add comment tag, text node

Open wongchichong opened this issue 1 year ago • 0 comments

Here are the follow changes:

  • convert code to typescript
  • add comment tag '!' to h( )
  • add textnode tag 'text' to h()
  • generate .d.ts, and un-minify source from tsc
  • generate minified source from esbuild+vite
  • vite config: vite.config.ts
  • esbuild for mocha in .esbuildrc.js
  • remove babel & rollup
  • add svg test case

wongchichong avatar Mar 01 '23 03:03 wongchichong