A target module for the TS2C transpiler that enables converting TypeScript to C code for ESP-IDF (Espressif IoT Development Framework). As of version 0.0.1, it is a very early release with no known release cadence. Differentiates from other transpilation approaches by targeting embedded systems directly from TypeScript, but is in an experimental stage with limited documentation and likely breaking changes.
npm install ts2c-target-esp-idfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of ts2c-target-esp-idf to transpile TypeScript to C for ESP-IDF environment.
Pin to exact version and test upgrades carefully.
N/A
Refer to ts2c documentation and source code for target usage.
Run `npm install ts2c-target-esp-idf`
Ensure you import the target and pass it as an object to ts2c.transpile()