WIP ISO 7185 Pascal interpreter. Contribute to komninoschat/psi development by creating an account on GitHub. (more…)
Read more »
Today we’re excited to announce our Release Candidate (RC) of TypeScript 4.8. Between now and the stable release of TypeScript 4.8, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet,... (more…)
Read more »
A monorepo is a single repository that is used to manage multiple projects. In this blog post, we’ll explore how to set up a simple monorepo for two npm packages. All we need is already built into npm and TypeScript. (more…)
Read more »
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - microsoft/TypeScript... (more…)
Read more »
Lately we’ve been noticing a lot of NaN’s show up in our app. We search for the source and find the following code: We sigh to ourselves, and decide maybe it’s finally time to add a type checker. We… (more…)
Read more »