-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
W-17599215: add totalnumberofmetadatafiles field #719
base: main
Are you sure you want to change the base?
W-17599215: add totalnumberofmetadatafiles field #719
Conversation
Thanks for the contribution! It looks like @mahanteshnp27 is an internal user so signing the CLA is not required. However, we need to confirm this. |
@@ -6,7 +6,7 @@ | |||
*/ | |||
import path from 'node:path'; | |||
import fs from 'node:fs'; | |||
import sinon = require('sinon'); | |||
import * as sinon from 'sinon'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix for - x TypeScript import equals declaration is not supported in strip-only mode
import { SubscriberPackageVersion } from '../../src/package'; | ||
import PackageInstallRequest = PackagingSObjects.PackageInstallRequest; | ||
import * as PackagingSObjects from '../../src/interfaces/packagingSObjects'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix for - x TypeScript import equals declaration is not supported in strip-only mode
@W-17599215@