UNPKG
@criticalmanufacturing/node-package-bundler
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Connect IoT Package Bundler
github.com/criticalmanufacturing/node-packagebundler
@criticalmanufacturing/node-package-bundler
/
src
/
processors
/
transpiler.d.ts
6 lines
(5 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
Transpiler
{
private
_logger;
preProcessTaskScripts
(
templateDirectory
:
string
,
value
:
any
):
Promise
<
any
>;
transpile
(
code
:
string
,
compress
:
boolean
):
Promise
<
string
>; }