@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.
- package/outputs/{characterWriteStream-ogvZec-U.d.cts → characterWriteStream-Bhad6oGq.d.cts} +69 -68
- package/outputs/{characterWriteStream-ogvZec-U.d.ts → characterWriteStream-Bhad6oGq.d.ts} +69 -68
- package/outputs/{chunk-TPV4JEMM.js → chunk-R3D7NRFL.js} +2 -2
- package/outputs/chunk-R3D7NRFL.js.map +1 -0
- package/outputs/{chunk-OYMWB5SX.js → chunk-U7O7WS5F.js} +3136 -2858
- package/outputs/chunk-U7O7WS5F.js.map +1 -0
- package/outputs/sourceIndex.cjs +3324 -3042
- package/outputs/sourceIndex.cjs.map +1 -1
- package/outputs/sourceIndex.d.cts +112 -27
- package/outputs/sourceIndex.d.ts +112 -27
- package/outputs/sourceIndex.js +9 -1
- package/outputs/testIndex.cjs +109 -5
- package/outputs/testIndex.cjs.map +1 -1
- package/outputs/testIndex.d.cts +6 -1
- package/outputs/testIndex.d.ts +6 -1
- package/outputs/testIndex.js +2 -2
- package/outputs/tests.cjs +2740 -2336
- package/outputs/tests.cjs.map +1 -1
- package/outputs/tests.js +2433 -2301
- package/outputs/tests.js.map +1 -1
- package/package.json +1 -1
- package/outputs/chunk-OYMWB5SX.js.map +0 -1
- package/outputs/chunk-TPV4JEMM.js.map +0 -1
package/outputs/testIndex.d.cts
CHANGED
|
@@ -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-
|
|
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();
|
package/outputs/testIndex.d.ts
CHANGED
|
@@ -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-
|
|
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();
|