clientnode 4.0.1497 → 4.0.1498
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/dist/string.d.ts +1 -1
- package/dist/test-helper.d.ts +1 -1
- package/package.json +1 -1
package/dist/string.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CompilationResult, CompileExpressionOptions, EvaluateExpressionOptions, EvaluationResult, Mapping, PlainObject, StringMarkOptions, QueryParameters } from './type';
|
|
1
|
+
import type { CompilationResult, CompileExpressionOptions, EvaluateExpressionOptions, EvaluationResult, Mapping, PlainObject, StringMarkOptions, QueryParameters } from './type';
|
|
2
2
|
export declare const KNOWN_DISALLOWED_VARIABLE_NAMES_BUT_OBJECT_KEYS: string[];
|
|
3
3
|
export declare const POLYFILL_TEMPLATE_STRINGS: {
|
|
4
4
|
value: boolean;
|
package/dist/test-helper.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyFunction, FirstParameter, FunctionTestTuple, FunctionTestPromiseTuple, FunctionTestPromiseRejectionTuple, TestMatchers as Matchers, TestSymbol, ThenParameter, UnknownFunction, FunctionTestAgainstResolvedPromiseTuple, FunctionTestPromiseAgainstResolvedPromiseTuple, FunctionTestPromiseRejectionAgainstResolvedPromiseTuple } from './type';
|
|
1
|
+
import type { AnyFunction, FirstParameter, FunctionTestTuple, FunctionTestPromiseTuple, FunctionTestPromiseRejectionTuple, TestMatchers as Matchers, TestSymbol, ThenParameter, UnknownFunction, FunctionTestAgainstResolvedPromiseTuple, FunctionTestPromiseAgainstResolvedPromiseTuple, FunctionTestPromiseRejectionAgainstResolvedPromiseTuple } from './type';
|
|
2
2
|
export declare const TEST_DEFINED_SYMBOL: unique symbol;
|
|
3
3
|
export declare const TEST_THROW_SYMBOL: unique symbol;
|
|
4
4
|
export declare const TEST_UNDEFINED_SYMBOL: unique symbol;
|