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 231b794 commit a4c2d77Copy full SHA for a4c2d77
packages/shell-api/scripts/api-postprocess.ts
@@ -2,7 +2,7 @@ import * as babel from '@babel/core';
2
import type * as BabelTypes from '@babel/types';
3
import { promises as fs } from 'fs';
4
import path from 'path';
5
-import { signatures } from '../src';
+import { signatures } from '../';
6
import enUs from '../../i18n/src/locales/en_US';
7
8
function applyAsyncRewriterChanges() {
packages/shell-api/scripts/report-supported-api.ts
@@ -1,5 +1,5 @@
1
/* eslint-disable no-console */
-import { signatures } from '../lib';
Object.keys(signatures)
.sort()
0 commit comments