This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { NodeDefinition } from "../schemas/types.ts";
|
||||
import { NodeDefinition } from "../validations/types.ts";
|
||||
|
||||
type ExtractDefinitionMessage = {
|
||||
action: "extract-definition";
|
||||
@@ -1,7 +1,7 @@
|
||||
/// <reference lib="webworker" />
|
||||
|
||||
import { NodeDefinitionSchema } from "../schemas/types.ts";
|
||||
import { WorkerMessage } from "./types.ts";
|
||||
import { NodeDefinitionSchema } from "../validations/types.ts";
|
||||
import { WorkerMessage } from "./messages.ts";
|
||||
import { createWasmWrapper } from "./utils.ts";
|
||||
|
||||
const workerSelf = self as DedicatedWorkerGlobalScope & {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// @ts-nocheck: Nocheck
|
||||
import { NodeDefinition } from "../schemas/types.ts";
|
||||
import { NodeDefinition } from "../validations/types.ts";
|
||||
|
||||
const cachedTextDecoder = new TextDecoder("utf-8", {
|
||||
ignoreBOM: true,
|
||||
|
||||
Reference in New Issue
Block a user