🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@hqjs/babel-plugin-transform-typescript

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hqjs/babel-plugin-transform-typescript

Original babel plugin fork that supports parameters decorators and dependency injection

latest
Source
npmnpm
Version
0.0.12
Version published
Maintainers
1
Created
Source

https://hqjs.org

Original bebel plugin fork that allows to work with parameter decorators and dependency injection

The plugin is in sync with version 7.12.1 of official plugin, the difference is that Program transformation is done on exit rather then on enter (due to that jsxPragma check is done differently as on program exit there is no JSX left when react preset is being used), that allows to apply additional transformations to import statements. Plugin has extra option removeUnusedImports default to true. When the option is set to false, plugin does not try to remove unused imports that could be suitable for preprocessing templates like svelte.

Installation

npm install hqjs@babel-plugin-transform-typescript

Keywords

babel

FAQs

Package last updated on 07 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts