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 572c6b4 commit e02cff5Copy full SHA for e02cff5
packages/signals/signals-runtime/build-editor-types.js
@@ -18,7 +18,6 @@ async function prependGenerated(filePath) {
18
}
19
20
21
-// https://github.com/microsoft/rushstack/issues/1601
22
async function removeExports(filePath) {
23
try {
24
const data = await fsPromises.readFile(filePath, 'utf8')
@@ -36,7 +35,6 @@ async function removeExports(filePath) {
36
35
37
const main = async () => {
38
execSync('yarn build:esm', { stdio: 'inherit' })
39
- // eslint-disable-next-line no-undef
40
execSync('npx api-extractor run --config ./api-extractor.mobile.json --local')
41
execSync('npx api-extractor run --config ./api-extractor.web.json --local')
42
const outputs = [
0 commit comments