Extracted syscall packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { mkdir, readdir, readFile, stat, unlink, writeFile } from "fs/promises";
|
||||
import * as path from "path";
|
||||
import { PageMeta } from "./types";
|
||||
import { PageMeta } from "../common/types";
|
||||
import { EventHook } from "../plugos/hooks/event";
|
||||
|
||||
export interface Storage {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { PageMeta } from "../types";
|
||||
import { PageMeta } from "../../common/types";
|
||||
import { SysCallMapping } from "../../plugos/system";
|
||||
import { Storage } from "../disk_storage";
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
export type PageMeta = {
|
||||
name: string;
|
||||
lastModified: number;
|
||||
version?: number;
|
||||
};
|
||||
Reference in New Issue
Block a user