@typescript-deploys/pr-build 5.4.0-pr-57008-39 → 5.4.0-pr-57114-8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -81,7 +81,6 @@ function createCancellationToken(args) {
81
81
  } else {
82
82
  return {
83
83
  isCancellationRequested: () => pipeExists(cancellationPipeName),
84
- // TODO: GH#18217
85
84
  setRequest: (_requestId) => void 0,
86
85
  resetRequest: (_requestId) => void 0
87
86
  };
package/lib/lib.es5.d.ts CHANGED
@@ -644,6 +644,7 @@ interface ImportCallOptions {
644
644
 
645
645
  /**
646
646
  * The type for the `assert` property of the optional second argument to `import()`.
647
+ * @deprecated
647
648
  */
648
649
  interface ImportAssertions {
649
650
  [key: string]: string;