@inlang/paraglide-js
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -1,7 +0,3 @@ | ||
import { InlangProject } from '@inlang/sdk'; | ||
import { InlangProject, ModuleError } from '@inlang/sdk'; | ||
interface ModuleError extends Error { | ||
name: string; | ||
module: string; | ||
} | ||
export declare function classifyProjectErrors(errors: ReturnType<InlangProject["errors"]>): { | ||
@@ -11,2 +7,5 @@ fatalErrors: Error[]; | ||
}; | ||
export {}; | ||
/** | ||
* Splits an array into two arrays based on the predicate | ||
*/ | ||
export declare function split<T, U extends T>(array: T[], predicate: (value: T) => value is U): [U[], T[]]; |
{ | ||
"name": "@inlang/paraglide-js", | ||
"type": "module", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"license": "Apache-2.0", | ||
@@ -66,7 +66,7 @@ "publishConfig": { | ||
"@inlang/cross-sell-sherlock": "0.0.4", | ||
"@inlang/cross-sell-ninja": "0.0.32", | ||
"@inlang/cross-sell-ninja": "0.0.33", | ||
"@inlang/language-tag": "1.5.1", | ||
"@inlang/sdk": "0.36.1", | ||
"@lix-js/client": "2.2.0", | ||
"@inlang/plugin-message-format": "2.2.0", | ||
"@lix-js/client": "2.2.0", | ||
"@inlang/sdk": "0.36.0", | ||
"@lix-js/fs": "2.1.0" | ||
@@ -73,0 +73,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1620123
76
47872