@inlang/plugin
Advanced tools
Comparing version 2.0.0 to 2.1.0
import { type Static, type TTemplateLiteral, type TLiteral } from "@sinclair/typebox"; | ||
import type { NodeishFilesystem as LisaNodeishFilesystem } from "@lix-js/fs"; | ||
import type { NodeishFilesystem } from "@lix-js/fs"; | ||
import type { Message } from "@inlang/message"; | ||
@@ -12,3 +12,3 @@ import type { JSONObject } from "@inlang/json-types"; | ||
*/ | ||
export type NodeishFilesystemSubset = Pick<LisaNodeishFilesystem, "readFile" | "readdir" | "mkdir" | "writeFile">; | ||
export type NodeishFilesystemSubset = Pick<NodeishFilesystem, "readFile" | "readdir" | "mkdir" | "writeFile">; | ||
/** | ||
@@ -15,0 +15,0 @@ * The plugin API is used to extend inlang's functionality. |
{ | ||
"name": "@inlang/plugin", | ||
"type": "module", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "publishConfig": { |
import { type Static, Type, type TTemplateLiteral, type TLiteral } from "@sinclair/typebox" | ||
import type { NodeishFilesystem as LisaNodeishFilesystem } from "@lix-js/fs" | ||
import type { NodeishFilesystem } from "@lix-js/fs" | ||
import type { Message } from "@inlang/message" | ||
@@ -15,3 +15,3 @@ import type { JSONObject } from "@inlang/json-types" | ||
export type NodeishFilesystemSubset = Pick< | ||
LisaNodeishFilesystem, | ||
NodeishFilesystem, | ||
"readFile" | "readdir" | "mkdir" | "writeFile" | ||
@@ -18,0 +18,0 @@ > |
Sorry, the diff of this file is not supported yet
20350