fathyb/parcel-plugin-typescript


🚨 Enhanced TypeScript support for Parcel

License: MIT

Language: TypeScript

Keywords: code-quality, lint, parcel-plugin, transformers, type-checker, typescript


parcel-plugin-typescript

Enhanced TypeScript integration for Parcel.

Screenshot

Differences with Parcel native support

While Parcel has built-in transpiling support for TypeScript, this plugin provides additional features.

If you only need transpiling then this plugin might not be necessary. You can see this plugin as a Parcel version of awesome-typescript-loader or ts-loader.

Features

  • Type checking:
    Checking your TypeScript code for errors, in a separate process for speed.
  • Path mappings:
    Rewriting your import on the fly accordingly to your paths and baseUrl compiler options.
  • Custom AST transformers: Use your own TypeScript transformers

Upcoming features

  • TSLint support

Angular Support

Angular support has been moved to parcel-plugin-angular.

Installation

yarn add parcel-plugin-typescript

or

npm install parcel-plugin-typescript

Configuration

For configuration, you can pass a parcel-plugin-typescript object in your tsconfig.json:

{
  "compilerOptions": {...},
  // the plugin options
  "parcel-plugin-typescript": {
    // If true type-checking is disabled
    "transpileOnly": false
  }
}

Project Statistics

Sourcerank 9
Repository Size 1.26 MB
Stars 180
Forks 18
Watchers 7
Open issues 52
Dependencies 80
Contributors 4
Tags 19
Created
Last updated
Last pushed

Top Contributors See all

Fathy Boundjadj Jason Vasquez Harold Cooper Moritz

Packages Referencing this Repo

parcel-plugin-typescript
Enhanced TypeScript support for Parcel bundler
Latest release 1.0.0 - Updated - 180 stars
@luchanso/parcel-plugin-typescript
Enhanced TypeScript support for Parcel bundler
Latest release 1.0.0 - Published - 180 stars
@flaviut/parcel-plugin-typescript
Enhanced TypeScript support for Parcel bundler
Latest release 1.0.1 - Updated - 180 stars

Recent Tags See all

v1.0.0 June 14, 2018
v0.7.1 May 05, 2018
v0.7.0 February 28, 2018
v0.6.1 February 28, 2018
v0.6.0 February 11, 2018
v0.5.3 January 22, 2018
v0.5.2 January 14, 2018
v0.5.1 January 14, 2018
v0.4.1 January 14, 2018
v0.5.0 January 14, 2018
v0.4.0 January 05, 2018
v0.2.5 December 26, 2017
v0.3.0 December 21, 2017
v0.2.4 December 19, 2017
v0.2.3 December 15, 2017

Something wrong with this page? Make a suggestion

Last synced: 2024-08-01 21:32:35 UTC

Login to resync this repository