Git development
 help / color / mirror / Atom feed
From: "Dhruv Arora via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Dhruv Arora <a_dhruv@outlook.com>
Subject: [PATCH 0/2] [GSoC] userdiff: adding typescript pattern
Date: Sat, 28 Mar 2026 21:40:02 +0000	[thread overview]
Message-ID: <pull.2251.git.git.1774734004.gitgitgadget@gmail.com> (raw)


Description
===========

 * Add builtin userdiff pattern for TypeScript files. Recognizes function
   declarations, class definitions, arrow functions, and method definitions.
   
   * Handles common modifiers like export, async, static, etc

 * Added tests for the typescript pattern in userdiff.

Dhruv Arora (2):
  userdiff: adding typescript pattern
  fix(userdiff): sorted pattern and tests

 t/t4018/typescript-class-method         |  7 +++++++
 t/t4018/typescript-export-default-class |  7 +++++++
 t/t4018/typescript-export-function      |  7 +++++++
 userdiff.c                              | 15 +++++++++++++++
 4 files changed, 36 insertions(+)
 create mode 100644 t/t4018/typescript-class-method
 create mode 100644 t/t4018/typescript-export-default-class
 create mode 100644 t/t4018/typescript-export-function


base-commit: ce74208c2fa13943fffa58f168ac27a76d0eb789
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2251%2FDhruv-0-Arora%2Fuserdiff%2Ftypescript-pattern-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2251/Dhruv-0-Arora/userdiff/typescript-pattern-v1
Pull-Request: https://github.com/git/git/pull/2251
-- 
gitgitgadget

             reply	other threads:[~2026-03-28 21:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-28 21:40 Dhruv Arora via GitGitGadget [this message]
2026-03-28 21:40 ` [PATCH 1/2] userdiff: adding typescript pattern Dhruv Arora via GitGitGadget
2026-03-28 21:40 ` [PATCH 2/2] fix(userdiff): sorted pattern and tests Dhruv Arora via GitGitGadget
2026-03-29  0:42 ` [PATCH 0/2] [GSoC] userdiff: adding typescript pattern Junio C Hamano
2026-03-29  9:31 ` Johannes Sixt
2026-03-29 14:39   ` Spelling JavaScript (was: Re: [PATCH 0/2] [GSoC] userdiff: adding typescript pattern) Ben Knoble

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pull.2251.git.git.1774734004.gitgitgadget@gmail.com \
    --to=gitgitgadget@gmail.com \
    --cc=a_dhruv@outlook.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox