UNPKG

@ima/plugin-cli

Version:

IMA.js Plugin CLI tool to build, link, develop IMA.js plugins.

6 lines (5 loc) 482 B
export { type ImaPluginConfig, type Source, type PipeContext, type Command, type Plugin, type Context, type Transformer, type TransformerOptions, } from './types'; export { preprocessTransformer } from './transformers/preprocessTransformer'; export { swcTransformer } from './transformers/swcTransformer'; export { typescriptDeclarationsPlugin } from './plugins/typescriptDeclarationsPlugin'; export { defaultConfig, clientServerConfig, nodeConfig, } from './utils/configurations';