Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 808 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 808 Bytes

banira

The core library of the banira toolchain, providing essential utilities and runtime support for developing web components using vanilla JavaScript.

Diagram

Classes

Class Description
Compiler Uses tsc to compile TypeScript files to Javascript
TestHelper Helper class for testing web components in a JSDOM environment
DocGen Generates html documentation for Webcomponents based on @example tags