1.1.1 • Published 7 years ago

kotlinc-js v1.1.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

kotlinc-js

A node wrapper for kotlinc-js compiler.

Installation

npm i kotlinc-js --save

Usage

const kotlinCompiler = require('../kotlin-compiler');

kotlinCompiler
  .compile({
    output: './build/dist.js',
    sources: [__dirname + '/src'],
    sourceMaps: true,
    moduleKind: 'commonjs',
    libraries: [
      'path/to/some.meta.js',
    ],
  })
  .then(() => console.log('Compiled!'));
1.1.1

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago