From 4cde28935593f8a7782625e9a0c41821b95231b7 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sat, 30 Jul 2022 15:29:53 -0400 Subject: [PATCH] add comment about normalization --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 28e629d9..8b8d552b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -209,7 +209,7 @@ const typescript: PluginImpl = (options) => async transform(code, id) { - transformedFiles.add(id); + transformedFiles.add(id); // note: this does not need normalization as we only compare Rollup <-> Rollup, and not Rollup <-> TS if (!filter(id)) return undefined;