@everyonesoftware/common 10.0.0 → 11.0.0

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.
@@ -1,4 +1,4 @@
1
- import { f as JavascriptIterable, S as SyncResult, P as PromiseAsyncResult, k as Type, I as Iterable, A as AsyncResult, C as CharacterWriteStream } from './characterWriteStream-ogvZec-U.cjs';
1
+ import { f as JavascriptIterable, S as SyncResult, P as PromiseAsyncResult, k as Type, I as Iterable, A as AsyncResult, C as CharacterWriteStream } from './characterWriteStream-Bhad6oGq.cjs';
2
2
 
3
3
  /**
4
4
  * A type that can be used to make assertions during a test.
@@ -348,6 +348,11 @@ interface GetErrorStringOptions {
348
348
  * Remove any stack frames from code that is not part of the current project.
349
349
  */
350
350
  readonly removeNonProjectPaths?: boolean;
351
+ /**
352
+ * A style function to apply to the file path/location of a stack frame.
353
+ * @param stackFrameLocation The file path/location of the stack frame.
354
+ */
355
+ readonly stackFrameLocationStyle?: (stackFrameLocation: string) => string;
351
356
  }
352
357
  declare abstract class TestError {
353
358
  protected constructor();
@@ -1,4 +1,4 @@
1
- import { f as JavascriptIterable, S as SyncResult, P as PromiseAsyncResult, k as Type, I as Iterable, A as AsyncResult, C as CharacterWriteStream } from './characterWriteStream-ogvZec-U.js';
1
+ import { f as JavascriptIterable, S as SyncResult, P as PromiseAsyncResult, k as Type, I as Iterable, A as AsyncResult, C as CharacterWriteStream } from './characterWriteStream-Bhad6oGq.js';
2
2
 
3
3
  /**
4
4
  * A type that can be used to make assertions during a test.
@@ -348,6 +348,11 @@ interface GetErrorStringOptions {
348
348
  * Remove any stack frames from code that is not part of the current project.
349
349
  */
350
350
  readonly removeNonProjectPaths?: boolean;
351
+ /**
352
+ * A style function to apply to the file path/location of a stack frame.
353
+ * @param stackFrameLocation The file path/location of the stack frame.
354
+ */
355
+ readonly stackFrameLocationStyle?: (stackFrameLocation: string) => string;
351
356
  }
352
357
  declare abstract class TestError {
353
358
  protected constructor();
@@ -9,8 +9,8 @@ import {
9
9
  TestRunner,
10
10
  TestSkip,
11
11
  test
12
- } from "./chunk-TPV4JEMM.js";
13
- import "./chunk-OYMWB5SX.js";
12
+ } from "./chunk-R3D7NRFL.js";
13
+ import "./chunk-U7O7WS5F.js";
14
14
  export {
15
15
  AssertTest,
16
16
  BasicTestSkip,