In this article, we will review debug-logger.ts in Flyde codebase. We will look at: debugLogger function debug package debugLogger function You will find the following code at flyde/core/src/common/debug-logger.ts import debug from "debug"; con...
In this article, we will review how you can serialize/deserialize an error into a plain object. We will look at: serializeError usage in Flyde What is Flyde? serialize-error package serializeError usage in Flyde I found the following import in ...
In this article, we will review telemetry.ts file in Flyde codebase. We will look at: reportEvent(). sanitizeProperties(). isSafeProperty(). sanitizeValue(). reportEvent() reportEvent function is exported in telemetry.ts file as shown below: e...
In this article, we will review Wallaby.js, an AI-ready test runner with instant feedback. We will look at: Wallaby.js usage in Flyde. What is Flyde? What is Wallaby.js? Wallaby.js usage in Flyde I found the following code at flyde/core/wallaby...
In this article, we will review how you can declutter your TypeScript project using Knip. We will look at: Knip usage in Flyde What is Flyde? What is Knip? Knip usage in Flyde I found knip.json file in Flyde codebase. I wanted to learn more abo...