https://github.com/mkslanc/vscode-diff-bundle
Bundle for diff utility used in the Visual Studio Code source
https://github.com/mkslanc/vscode-diff-bundle
Last synced: 3 months ago
JSON representation
Bundle for diff utility used in the Visual Studio Code source
- Host: GitHub
- URL: https://github.com/mkslanc/vscode-diff-bundle
- Owner: mkslanc
- Created: 2025-01-15T11:37:32.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-22T09:28:26.000Z (9 months ago)
- Last Synced: 2025-01-22T10:29:56.966Z (9 months ago)
- Language: TypeScript
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-diff-bundle
Bundle for diff utility used in the Visual Studio Code source.
## Description
This package provides a bundled version of the diff utility extracted from Visual Studio Code's source code, optimized for standalone use.
## Installation
```bash
npm install vscode-diff-bundle
```## Scripts
- download: Downloads required source files using tsx
- optimize: Runs optimization script using tsx
- build: Bundles the package using pkgroll
- test: Runs tests with nyc coverage and generates HTML report