File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
build/src/download-center Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1- import type { DownloadCenterConfig } from '@mongodb-js/dl-center/dist/download-center-config ' ;
1+ import type { DownloadCenterConfig } from '@mongodb-js/dl-center' ;
22import { type PackageInformationProvider } from '../packaging' ;
33import { expect } from 'chai' ;
44import sinon from 'sinon' ;
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ import { TimingCategories } from '@mongosh/types';
3434import './webpack-self-inspection' ;
3535import { systemCA } from '@mongodb-js/devtools-proxy-support' ;
3636
37-
3837// TS does not yet have type definitions for v8.startupSnapshot
3938if ( ( v8 as any ) ?. startupSnapshot ?. isBuildingSnapshot ?.( ) ) {
4039 // Import a few nested deps of dependencies that cannot be included in the
You can’t perform that action at this time.
0 commit comments