Skip to content

Commit 9fb338d

Browse files
authored
Remove unnecessary imports from Timer.idl (#12895)
* Remove unnecessary imports from Timer.idl With Timer.idl now being imported in ReactCoreInjection.idl, keeping the imports of Timer.idl limited to non-Fabric things helps keep builds that aren't using Fabric simpler. * Change files
1 parent 8bcdf31 commit 9fb338d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Remove unnecessary imports from Timer.idl",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

vnext/Microsoft.ReactNative/Timer.idl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// Licensed under the MIT License.
33

44
#include "DocString.h"
5-
import "IJSValueReader.idl";
6-
import "IJSValueWriter.idl";
7-
import "Theme.idl";
5+
import "IReactPropertyBag.idl";
86

97
namespace Microsoft.ReactNative {
108

0 commit comments

Comments
 (0)