mam 1.11.818 → 1.11.820

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.
package/node.mjs CHANGED
@@ -6269,7 +6269,7 @@ var $;
6269
6269
  watchers.set(path, cb);
6270
6270
  return { close() { } };
6271
6271
  },
6272
- }, $node.typescript.createSemanticDiagnosticsBuilderProgram, (diagnostic) => {
6272
+ }, $node.typescript.createEmitAndSemanticDiagnosticsBuilderProgram, (diagnostic) => {
6273
6273
  if (diagnostic.file) {
6274
6274
  const error = $node.typescript.formatDiagnostic(diagnostic, {
6275
6275
  getCurrentDirectory: () => this.root().path(),
package/node.test.js CHANGED
@@ -6260,7 +6260,7 @@ var $;
6260
6260
  watchers.set(path, cb);
6261
6261
  return { close() { } };
6262
6262
  },
6263
- }, $node.typescript.createSemanticDiagnosticsBuilderProgram, (diagnostic) => {
6263
+ }, $node.typescript.createEmitAndSemanticDiagnosticsBuilderProgram, (diagnostic) => {
6264
6264
  if (diagnostic.file) {
6265
6265
  const error = $node.typescript.formatDiagnostic(diagnostic, {
6266
6266
  getCurrentDirectory: () => this.root().path(),