Kipper Module API
The Kipper Module API describes the functionality of the core Kipper compiler, which is provided by
the @kipper/core
package and its sibling packages @kipper/target-js
and
@kipper/target-ts
. This is besides the
Kipper CLI API the only way to interact with the Kipper compiler.
Unlike the CLI API, the Module API can be interacted with using code. This is done by importing the
@kipper/core
package, which can be added to your local project dependencies (Go to the section
Importing Kipper as a module
in the Quickstart Guide
for more info on how to do this).
The API docs are a work-in-progress and will be slowly, but surely realised with the development of Kipper. As such this part of the docs is not fully realised yet, and will be updated in the future.
Please go Compiler Setup for module configuration info.
Overview
-
@kipper/core
-
@kipper/target-js
(Not yet available) -
@kipper/target-ts
(Not yet available)