@lcap/builder
Version:
lcap builder utils
9 lines (8 loc) • 707 B
TypeScript
import lcapPlugin from './plugins';
import genNaslLogicsConfig from './build/gens/gen-nasl-logics-config';
import { createGenScopedName } from './utils/create-gen-scoped-name';
import { batchDepCSSInfo, batchDepBasicCSSInfo, extendsCSSInfo } from './build/build-css-info';
export type { ThemeInfo, ThemeComponentVars, ThemeVariable, ThemeGlobalVars, } from './nasl';
export { parseComponentAPI, parseCssVars, parseCssVarsOld, transformTsFunc2NaslLogic, } from './nasl';
export { transformExpression2nasl, transformTsType2Nasl, transformFunc2Nasl, transformTSX2Nasl, } from './ts2nasl';
export { lcapPlugin, genNaslLogicsConfig, createGenScopedName, batchDepCSSInfo, batchDepBasicCSSInfo, extendsCSSInfo, };