recast-utils

0.1.0 • Public • Published

Recast utilities

Fix typescript paths

The Typescript convention is to write js imports without their extension: '.js'. This script rewrites the imports/exports paths so that they resolve to actual files. This is useful to ensure the files are usable without a bundler (direct node imports, import maps, ...).

node @geoblocks/recast-utils/fix_paths transpiled_dir

This can be used in your package.json prepare script:

{
  "scripts": {
    "prepare": "tsc --pretty && node node_modules/@geoblocks/recast-utils/fix_paths lib"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i recast-utils

Weekly Downloads

1

Version

0.1.0

License

GPL-3.0-or-later

Unpacked Size

43 kB

Total Files

6

Last publish

Collaborators

  • gberaudo