This package has been deprecated

Author message:

This package has been moved under @jetbrains scope and is now available as @jetbrains/kotlinc-js-api

kotlinc-js

1.1.1 • Public • Published

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!'));

Package Sidebar

Install

npm i kotlinc-js

Weekly Downloads

0

Version

1.1.1

License

Apache-2.0

Last publish

Collaborators

  • jetbrains-buildserver
  • princed
  • huston007