An open API service indexing awesome lists of open source software.

https://github.com/maximilianmairinger/mjsify

Make an ESM file explicit (.mjs), on all filenames and import statements.
https://github.com/maximilianmairinger/mjsify

cjs convert esm export extension import mjs transpile

Last synced: about 1 year ago
JSON representation

Make an ESM file explicit (.mjs), on all filenames and import statements.

Awesome Lists containing this project

README

          

# Mjsify

Make an ESM file explicit (.mjs), on all filenames and import statements.

> Please note that Mjsify is currently under development and not yet suited for production

## Installation

```shell
$ npm i mjsify
```

## Usage

```ts
import mjsify from "mjsify"

mjsify()
```

## Contribute

All feedback is appreciated. Create a pull request or write an issue.