You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Called when source file has not changed but has some of the resolutions invalidated
81
-
* If returned true, builder will mark the file as changed (noting that something associated with file has changed)
82
+
* For all source files, either "onUpdateSourceFile" or "onUpdateSourceFileWithSameVersion" will be called.
83
+
* If the builder is sure that the source file needs an update, "onUpdateSourceFile" will be called;
84
+
* otherwise "onUpdateSourceFileWithSameVersion" will be called.
85
+
* This function should return whether the source file should be marked as changed (meaning that something associated with file has changed, e.g. module resolution)
0 commit comments