Runtime library for TypeScript helpers.
Обновлено 2024-11-01 01:40:16 +03:00
Process migrator node.js utility for VSTS inherited process
Обновлено 2024-06-07 10:23:24 +03:00
Provide alias to redirect import to project references to source files.
Обновлено 2023-12-15 17:19:51 +03:00
Writing a custom parser is a fairly common need. Although there are already parser combinators in others languages, TypeScript provides a powerful and well-structured foundation for building this. Common parser combinators’ weakness are error handling and ambiguity resolving, but these are ts-parsec’s important features. Additionally, ts-parsec provides a very easy to use programming interface, that could help people to build programming-language-scale parsers in just a few hours. This technology has already been used in Microsoft/react-native-tscodegen.
Обновлено 2023-10-19 21:39:40 +03:00