tslib VS ts-transform-import-path-rewrite

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
tslib ts-transform-import-path-rewrite
4 1
1,223 129
1.2% 0.0%
6.5 0.0
5 days ago 9 months ago
TypeScript TypeScript
BSD Zero Clause 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.

tslib

Posts with mentions or reviews of tslib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-15.
  • Htmx changes license to Zero-Clause BSD
    3 projects | news.ycombinator.com | 15 Jan 2024
    It's appropriate for software designed for use cases where an attribution requirement would be inconvenient or otherwise undesirable. For example, https://github.com/microsoft/tslib uses it, because that library is automatically included in any TypeScript program that uses downleveling, so if it had an attribution requirement then that requirement would apply to every program written in TypeScript, which nobody wants. (GCC and LLVM do something similar with their special runtime-library exceptions to the GPL and Apache License, respectively, but tslib lives in a separate repository from the rest of TypeScript and so could easily just get a separate license.)
  • String Literals in JavaScript: Should I Use Double-quotes or Single-quotes?
    7 projects | dev.to | 8 May 2022
    Looking at some popular JavaScript projects on GitHub, I noted that react, moment, and express all use single quotes for strings. However, another popular project, tslib, uses double quotes 🙄. So, while it would seem that single quotes is more common, this metric is not entirely conclusive.
  • https://np.reddit.com/r/learnjavascript/comments/o61djh/es6_what_is_the_difference_between_import_as/h2raxp0/
    1 project | /r/backtickbot | 23 Jun 2021
    Things get a little interesting if you're using CommonJS interoperability, in which case our second import becomes something like const view2 = __importDefault(require("./view2")).default. This helper function checks to see if the imported file is an ES module and effectively namespaces the module under the default property if not. You can see TypeScript's implementation of this here.
  • Optimizing bundle size with TSLib helper functions
    2 projects | dev.to | 27 Jan 2021
    You may just copy them from tslib. It's 0BSD-licensed which doesn't even require attribution; but having the link somewhere in your comments is at least polite 🙂

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 tslib and ts-transform-import-path-rewrite you can also consider the following projects:

tsyringe - Lightweight dependency injection container for JavaScript/TypeScript

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

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

ts-morph - TypeScript Compiler API wrapper for static analysis and programmatic code changes.

bundlejs - An online tool to quickly bundle & minify your projects, while viewing the compressed bundle size, all running locally on your browser. A quick and easy way to bundle, minify, and compress (gzip and brotli) your ts, js, jsx and npm projects all online, with the bundle file size.

ESLint - Find and fix problems in your JavaScript code.

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

ts_injector - Simple and lightweight injector for typescript projects.

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

typescript-eslint - :sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript

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