Socket
Socket
Sign inDemoInstall

ts-patch

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-patch - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

CHANGELOG.md
# Changelog
Notable changes are documented in this file.
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
### [1.3.2](https://github.com/nonara/ts-patch/compare/v1.3.1...v1.3.2) (2021-01-31)

@@ -7,0 +7,0 @@ ## [1.3.1] (11-25-2020)

{
"name": "ts-patch",
"version": "1.3.1",
"version": "1.3.2",
"description": "Patch typescript to support custom transformers in tsconfig.json",

@@ -15,3 +15,6 @@ "main": "./index.js",

],
"author": "Ron S.",
"author": {
"name": "Ron S.",
"url": "http://twitter.com/ron"
},
"license": "MIT",

@@ -18,0 +21,0 @@ "repository": {

@@ -240,2 +240,4 @@ [![npm version](https://badge.fury.io/js/ts-patch.svg)](https://badge.fury.io/js/ts-patch)

**Note:** For a more complete example, see [Transforming Program with additional AST transformations](https://github.com/nonara/ts-patch/discussions/29#discussioncomment-325979)
### Altering Diagnostics

@@ -264,3 +266,4 @@

- [TypeScript Transformer Handbook](https://github.com/madou/typescript-transformer-handbook) (**must read**, whether new or experienced)
- [Advice for working with the TS Compiler API](https://github.com/nonara/ts-patch/discussions/31) (**must read**)
- [TypeScript Transformer Handbook](https://github.com/madou/typescript-transformer-handbook) (**must read**)
- Article: [How to Write a TypeScript Transform (Plugin)](https://dev.doctorevidence.com/how-to-write-a-typescript-transform-plugin-fc5308fdd943)

@@ -274,4 +277,5 @@ - Article: [Creating a TypeScript Transformer](https://43081j.com/2018/08/creating-a-typescript-transform?source=post_page-----731e2b0b66e6----------------------)

| [TS AST Viewer](https://ts-ast-viewer.com/) | Website | Allows you to see the `Node` structure of any TS/JS source, including Flags, `Type`, and `Symbol`. This is the go-to tool for all things TypeScript AST.
| [ts-query](https://www.npmjs.com/package/@phenomnomnominal/tsquery) | NPM Module | Perform fast CSS-like queries on AST to find specific nodes (by attribute, kind, name, etc)
| [ts-query](https://www.npmjs.com/package/@phenomnomnominal/tsquery) | NPM Package | Perform fast CSS-like queries on AST to find specific nodes (by attribute, kind, name, etc)
| [ts-query Playground](https://tsquery-playground.firebaseapp.com/) | Website | Test `ts-query` in realtime
| [ts-expose-internals](https://github.com/nonara/ts-expose-internals) | NPM Package | Exposes internal types and methods of the TS compiler API

@@ -288,3 +292,3 @@ ## Credit

- A good place to ask questions is [StackOverflow](https://stackoverflow.com/questions/tagged/typescript-compiler-api) (with the `#typescript-compiler-api` tag).
- Read the handbook and still stuck? [Ask in Issues](https://github.com/nonara/ts-patch/issues), and I or someone else may help when they have some time!
- Read the handbook and still stuck? [Ask in Discussions](https://github.com/nonara/ts-patch/discussions), and I or someone else may help when they have some time!
- Check out the `#compiler` room on the [TypeScript Discord Server](https://discord.com/invite/typescript).

@@ -291,0 +295,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc