1.29.0 • Published 4 days ago

@s-ui/js-compiler v1.29.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 days ago

@s-ui/js-compiler

Compile your JavaScript and JSX files to be compatible with the browsers

It provides:

  • Unified code transformation.
  • Usage of SWC to compile files faster.

Installation

$ npm install @s-ui/js-compiler --save-dev

Usage

Via package.json (Recommended)

"scripts": {
  "prepublishOnly": "sui-js-compiler"
}

Via CLI

$ ./node_modules/.bin/sui-js-compiler

Options

OptionTypeDefaultDescription
--ignorestring | glob-Takes all the pattern comma separated and ignore them during compilation.
--modernboolean-Transpile using modern browser targets.
$ ./node_modules/.bin/sui-js-compiler --ignore=./src/**/*.test.js
$ ./node_modules/.bin/sui-js-compiler --modern

Compiling TypeScript files and generating type declarations

This tools lets you compile TS files and generate their type declarations in your packages out of the box. It will do it if the package itself has a tsconfig.json placed in its root folder.

## Requirements

Automatically, @s-ui/js-compiler searches for /src folder and outputs the compiled files to /lib.

Contributing

Please refer to the main repo contributing info.

1.29.0

4 days ago

1.28.0

3 months ago

1.27.0

4 months ago

1.26.0

4 months ago

1.25.0

11 months ago

1.25.0-beta.0

11 months ago

1.23.0-beta.0

12 months ago

1.23.0-typescript.3

12 months ago

1.23.0-typescript.2

12 months ago

1.23.0

12 months ago

1.23.0-typescript.1

12 months ago

1.23.0-typescript.9

12 months ago

1.23.0-typescript.8

12 months ago

1.23.0-typescript.7

12 months ago

1.23.0-typescript.6

12 months ago

1.23.0-typescript.5

12 months ago

1.23.0-typescript.4

12 months ago

1.24.0-beta.0

12 months ago

1.22.0

1 year ago

1.24.0

11 months ago

1.23.0-beta.14

12 months ago

1.23.0-beta.13

12 months ago

1.23.0-beta.12

12 months ago

1.23.0-beta.11

12 months ago

1.23.0-beta.10

12 months ago

1.23.0-beta.7

12 months ago

1.23.0-beta.8

12 months ago

1.23.0-beta.5

12 months ago

1.23.0-beta.6

12 months ago

1.23.0-beta.4

12 months ago

1.23.0-beta.1

12 months ago

1.23.0-beta.2

12 months ago

1.23.0-beta.9

12 months ago

1.21.0-modern.0

1 year ago

1.22.0-jest.1

1 year ago

1.22.0-jest.0

1 year ago

1.21.0-beta.0

2 years ago

1.22.0-beta.4

1 year ago

1.21.0

1 year ago

1.22.0-beta.2

1 year ago

1.22.0-beta.1

1 year ago

1.22.0-beta.0

1 year ago

1.20.0

2 years ago

1.20.0-beta.0

2 years ago

1.20.0-beta.1

2 years ago

1.19.0

2 years ago

1.19.0-beta.0

2 years ago

1.18.0-beta.2

2 years ago

1.18.0-beta.1

2 years ago

1.18.0

2 years ago

1.18.0-beta.0

2 years ago

1.17.0

2 years ago

1.16.0

2 years ago

1.15.0

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.12.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.11.0-beta.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago