0.1.14 • Published 4 years ago

@0x706b/ts-transform-esm-specifier v0.1.14

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

ts-transform-esm-module-specifier

NOTE: This transformer is entirely experimental. Use it at your own risk.

I highly recommend making a backup of any work before testing this. It shouldn't destroy anything, but I can't promise that. So don't hold me liable if your project get mangled or your computer explodes :)

Transforms typescript import statements into a format currently accepted by node.js ES Module system.

For example:

import { thing } from "folder/file"

becomes

import { thing } from "folder/file.js"

and

import { thing } from "folder/anotherFolder"

becomes

import { thing } from "folder/anotherFolder/index.js"
0.1.14

4 years ago

0.1.13

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.12

4 years ago

0.1.9

4 years ago