0.1.0 • Published 4 months ago

@geoblocks/recast-utils v0.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
4 months ago

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"
  }
}
0.1.0

4 months ago