Skip to content

๐Ÿšง A tool that collects and organizes TypeScript error messages from Microsoft repository and creates JSON files for each error code.

License

Notifications You must be signed in to change notification settings

NeaByteLab/TypeScript-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

TypeScript Helper

npm version node version typescript version license status

๐Ÿšง Under Development

This project is currently in active development. Features and APIs may change.

๐Ÿ“– What is this?

TypeScript Helper is a tool that collects and organizes TypeScript error messages. It fetches error data from the official TypeScript repository and creates individual files for each error.

๐ŸŽฏ What it does

  • Collects errors: Gets all 1,300+ TypeScript error messages from Microsoft's repository
  • Organizes data: Creates separate JSON files for each error code
  • Identifies gaps: Shows which errors need better descriptions and examples
  • Provides structure: Makes it easy to find and work with specific errors

๐Ÿ”ง Current Features

  • โœ… Fetches TypeScript error data from official Microsoft repository
  • โœ… Generates individual JSON files for each error (1,300+ files)
  • โœ… Validates error data and identifies content needing enhancement
  • โœ… TypeScript types and error checking

๐Ÿ“„ License

This project is licensed under the MIT license. See the LICENSE file for more info.