ts-morph VS ts-transform-import-path-rewrite

Compare ts-morph vs ts-transform-import-path-rewrite and see what are their differences.

ts-morph

TypeScript Compiler API wrapper for static analysis and programmatic code changes. (by dsherret)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
ts-morph ts-transform-import-path-rewrite
5 1
4,585 129
- 0.0%
7.5 0.0
about 2 months ago 9 months ago
TypeScript TypeScript
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ts-morph

Posts with mentions or reviews of ts-morph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-03.
  • Developing your own Chrome Extension - Fixing Errors with ts-morph and using Buns API (Part 4)
    2 projects | dev.to | 3 Mar 2024
    I recently came across an incredibly powerful tool called ts-morph. It's an Abstract Syntax Tree (AST) code analyzer and manipulator that can easily locate class declarations and their references. Just remember, it only works on TypeScript files. To use it, we created a new "build.ts" file and harnessed the full potential of Bun's API. Because ts-morph only understands TypeScript files, we bundled our files accordingly.
  • Polymorphism Best Practices & Type Safety
    1 project | /r/typescript | 27 Jan 2022
    I'll definitely look into these two generation suggestions, one I found from a quick google search was [ts-morph](https://github.com/dsherret/ts-morph/tree/latest/packages/ts-morph), but I haven't looked into it further yet.
  • Typescript AST manipulation in Deno?
    3 projects | /r/Deno | 4 Sep 2021
    ts-morph may also help.
  • I made a website that documents TypeScript packages
    5 projects | /r/javascript | 26 May 2021
    The declarations (functions, variables, classes ...) and their docs are extracted with a custom API extractor I built based on the ts-morph library and the TypeScript compiler.
  • TypeScript++?
    5 projects | /r/typescript | 2 Mar 2021
    There are a couple of ways. Like you mentioned Babel has various features that count as language extensions and there's also SweetJS. I've been interested in exploring the compiler API personally and ts-morph.

ts-transform-import-path-rewrite

Posts with mentions or reviews of ts-transform-import-path-rewrite. We have used some of these posts to build our list of alternatives and similar projects.
  • How to add shortcuts to routes
    1 project | /r/typescript | 7 Jan 2021
    If you want to have aliases like this, you have to configure it separately, for example, using bable-plugin-module-resolver if you use Babel, or something like this https://github.com/dropbox/ts-transform-import-path-rewrite, or this https://github.com/ilearnio/module-alias

What are some alternatives?

When comparing ts-morph and ts-transform-import-path-rewrite you can also consider the following projects:

ttypescript - Over TypeScript tool to use custom transformers in the tsconfig.json

typescript-transform-paths - Transforms module resolution paths using TypeScript path mapping and/or custom paths

ultra - Zero-Legacy Deno/React Suspense SSR Framework

XToolSet - Typed import, and export XLSX spreadsheet to JS / TS. Template-based create, render, and export data into excel files.

ts-patch - Augment the TypeScript compiler to support extended functionality

typehole - TypeScript development tool for Visual Studio Code that helps you automate creating the initial static typing for runtime values

SonarJS - SonarSource Static Analyzer for JavaScript and TypeScript

tslib - Runtime library for TypeScript helpers.

sweet.js - Sweeten your JavaScript.

compodoc - :notebook_with_decorative_cover: The missing documentation tool for your Angular, Nest & Stencil application

TypeStat - Converts JavaScript to TypeScript and TypeScript to better TypeScript. 🧫

TypeCake - TypeCake is a language that compiles to TypeScript types. (WIP)