We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95d07e commit 0a40c42Copy full SHA for 0a40c42
tools/ipa/rulesets/functions/hitTracker.js
@@ -1,5 +1,3 @@
1
-// rules-repo/functions/hitTracker.js
2
-
3
const fs = require('fs');
4
const path = require('path');
5
tools/ipa/rulesets/functions/wrapperRegistry.js
@@ -1,5 +1,5 @@
-const { withTracking } = require('./hitTracker');
-const eachResourceHasGetMethod = require('./eachResourceHasGetMethod');
+const { withTracking } = require('./hitTracker.js');
+const eachResourceHasGetMethod = require('./eachResourceHasGetMethod.js');
// Add additional imports as needed
// Wrap functions with tracking
0 commit comments