Skip to content

Commit

Permalink
Put back checkIfTrigger as nop for compat
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Dec 26, 2024
1 parent c7daedc commit 4e36550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tsbuild/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ export function cleanPlugin() {
}
}

export function checkIfTrigger() {
// nop
}

export function writeIfChanged() {
return {
name: "write-if-changed",
Expand Down

0 comments on commit 4e36550

Please sign in to comment.