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 51fc652 commit 339e037Copy full SHA for 339e037
docs/.vuepress/config.js
@@ -34,6 +34,7 @@ module.exports = {
34
),
35
[path.resolve(__dirname, "../../lib/utils/ajv")]:
36
path.resolve(__dirname, "../../node_modules/ajv"),
37
+ synckit: require.resolve("./shim/synckit"),
38
},
39
40
}
docs/.vuepress/shim/synckit.js
@@ -0,0 +1,7 @@
1
+module.exports = { createSyncFn }
2
+
3
+function createSyncFn() {
4
+ return function () {
5
+ // noop
6
+ }
7
+}
0 commit comments