ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Js​Modules

by luwes ALL

JsModules is a Sublime Text Plug-in to convert CJS modules to ES modules.

Details

Installs

  • Total 381
  • Win 236
  • Mac 78
  • Linux 67
Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

JsModules

[JsModules] is a Sublime Text Plug-in to convert CJS modules to ES modules.

Installation

[JsModules] is compatible with both Sublime Text 2 and 3, and all supported Operating Systems.

Requirements

  • [Sublime Text] - Text editor for code
  • [node.js] - JavaScript runtime
  • [yarn] or [npm] - Package manager for JavaScript
  • [cjs-to-es6] - CLI to convert JavaScript files from CommonJS to ES6 modules

Install cjs-to-es6

If you installed [cjs-to-es6] globally (using the [yarn] or [npm] command below), there's nothing else you need to do.

# using yarn:
yarn global add cjs-to-es6

# using npm:
npm install -g cjs-to-es6

Install JsModules via Package Control

The easiest and recommended way to install Js​Modules is using [Package Control].

From the main application menu, navigate to:

  • Tools -> Command Palette... -> Package Control: Install Package, type the word JsModules, then select it to complete the installation.

Install JsModules Manually

  1. Download and extract Js​Modules [zip file] to your [Sublime Text Packages directory].
  2. Rename the extracted directory from SublimeJsModules-master to JsModules.

Default Sublime Text Packages Paths:

  • OS X: ~/Library/Application Support/Sublime Text [2|3]/Packages
  • Linux: ~/.Sublime Text [2|3]/Packages
  • Windows: %APPDATA%/Sublime Text [2|3]/Packages

NOTE Replace the [2|3] part with the appropriate Sublime Text version for your installation.

Usage

To run the JsModules command… open the Sublime Text Command Palette (super + shift + p) and type JsModules: Convert file to ES module.