From 5c2a6d18f9dabecbcb54167606f5db290152f743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20O=C3=9Fwald?= Date: Thu, 16 Nov 2023 14:08:08 +0100 Subject: [PATCH] docs(readme.md): document TypeScript limitation See: https://github.com/SAP/ui5-tooling-extensions/issues/189 --- packages/middleware-code-coverage/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/middleware-code-coverage/README.md b/packages/middleware-code-coverage/README.md index a1d0fbf9..157aae93 100644 --- a/packages/middleware-code-coverage/README.md +++ b/packages/middleware-code-coverage/README.md @@ -16,6 +16,10 @@ You find this middleware in action in the [OpenUI5 Sample App](https://github.co This middleware requires UI5 Tooling v3 and is meant for UI5 1.113 and above. +## Limitations + +Note that this middleware is currently not compatible with TypeScript based projects, see [TypeScript support #189](https://github.com/SAP/ui5-tooling-extensions/issues/189). + ## Install ```sh