Projects
Susee is a TypeScript bundler that processes a package's local dependency tree and emits compiled artifacts in multiple module formats. Unlike general-purpose bundlers that target browser environments or bundle node_modules, susee focuses on library authorship: it collates local TypeScript files, merges them into cohesive bundles, compiles them through the TypeScript compiler, and generates properly formatted outputs for consumption as npm packages.
A dual-implementation library (TypeScript/JavaScript and C++) for Burmese calendar calculations and astronomical studies. The library focuses on historical accuracy through exception tables and implements astronomical algorithms based on the work of Dr.Yan Naing Aye for Burmese calendar calculations and Jean Meeus for celestial mechanics.