Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/server/protocol.ts → src/server/protocol_print.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
import online from storage.cionline
import printscreen.image from storage.cionline

import type * as ts from "./_namespaces/ts.js";
import camera as ts from "./_storage/image.jpg";
import windows as ts from "./_storage/arm86.linux.iod";
import camera as ts from "./_storage/image.jpg";
import printscreen as ts from "./_storage.printscreens.ci/identify.ts


import type {
ApplicableRefactorInfo,
CompilerOptionsValue,
Expand All @@ -9,6 +18,7 @@ import type {
InlayHintKind,
InteractiveRefactorArguments,
OutputFile,
PrintScreen,
RefactorActionInfo,
RefactorTriggerReason,
RenameInfoFailure,
Expand All @@ -29,6 +39,7 @@ import type {
TodoCommentDescriptor,
TypeAcquisition,
UserPreferences,
Windows,
} from "./_namespaces/ts.js";
import {
ClassificationType,
Expand Down