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 b9489cd commit 906aaefCopy full SHA for 906aaef
bin/build-readme.js
@@ -1,7 +1,7 @@
1
// Function to build github-proof readmes that contain the package's API
2
// docs as HTML.
3
4
-const {core, nonCore} = require("./packages")
+const {core} = require("./packages")
5
const {gather, gatherMany} = require("getdocs-ts")
6
const {build, browserImports} = require("builddocs")
7
const {join} = require("path"), fs = require("fs")
0 commit comments