mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
chore: tag deprecated files (#2936)
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import { z } from 'zod';
|
import { z } from 'zod';
|
||||||
|
|
||||||
export interface User {
|
export interface User {
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import { MessageCode, Messages } from '@affine/env/constant';
|
import { MessageCode, Messages } from '@affine/env/constant';
|
||||||
import type {
|
import type {
|
||||||
AcceptInvitingParams,
|
AcceptInvitingParams,
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
export function createStatusApis(prefixUrl = '/') {
|
export function createStatusApis(prefixUrl = '/') {
|
||||||
return {
|
return {
|
||||||
healthz: async (): Promise<boolean> => {
|
healthz: async (): Promise<boolean> => {
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import { atomWithStorage } from 'jotai/utils';
|
import { atomWithStorage } from 'jotai/utils';
|
||||||
|
|
||||||
import type { AccessTokenMessage } from '../affine/login';
|
import type { AccessTokenMessage } from '../affine/login';
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import { DebugLogger } from '@affine/debug';
|
import { DebugLogger } from '@affine/debug';
|
||||||
import { WorkspaceFlavour } from '@affine/env/workspace';
|
import { WorkspaceFlavour } from '@affine/env/workspace';
|
||||||
import { assertExists } from '@blocksuite/global/utils';
|
import { assertExists } from '@blocksuite/global/utils';
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import * as decoding from 'lib0/decoding';
|
import * as decoding from 'lib0/decoding';
|
||||||
import * as encoding from 'lib0/encoding';
|
import * as encoding from 'lib0/encoding';
|
||||||
import * as awarenessProtocol from 'y-protocols/awareness';
|
import * as awarenessProtocol from 'y-protocols/awareness';
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import { isBrowser } from '@affine/env/constant';
|
import { isBrowser } from '@affine/env/constant';
|
||||||
import * as encoding from 'lib0/encoding';
|
import * as encoding from 'lib0/encoding';
|
||||||
import * as math from 'lib0/math';
|
import * as math from 'lib0/math';
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import * as decoding from 'lib0/decoding';
|
import * as decoding from 'lib0/decoding';
|
||||||
import * as encoding from 'lib0/encoding';
|
import * as encoding from 'lib0/encoding';
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import { DebugLogger } from '@affine/debug';
|
import { DebugLogger } from '@affine/debug';
|
||||||
import { assertExists } from '@blocksuite/global/utils';
|
import { assertExists } from '@blocksuite/global/utils';
|
||||||
import { Slot } from '@blocksuite/store';
|
import { Slot } from '@blocksuite/store';
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import { setupGlobal } from '@affine/env/global';
|
import { setupGlobal } from '@affine/env/global';
|
||||||
import { rootStore } from '@toeverything/plugin-infra/manager';
|
import { rootStore } from '@toeverything/plugin-infra/manager';
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import { DebugLogger } from '@affine/debug';
|
import { DebugLogger } from '@affine/debug';
|
||||||
import type { WorkspaceCRUD } from '@affine/env/workspace';
|
import type { WorkspaceCRUD } from '@affine/env/workspace';
|
||||||
import type { WorkspaceFlavour } from '@affine/env/workspace';
|
import type { WorkspaceFlavour } from '@affine/env/workspace';
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/**
|
||||||
|
* @deprecated Remove this file after we migrate to the new cloud.
|
||||||
|
*/
|
||||||
import { DebugLogger } from '@affine/debug';
|
import { DebugLogger } from '@affine/debug';
|
||||||
import type { AffineDownloadProvider } from '@affine/env/workspace';
|
import type { AffineDownloadProvider } from '@affine/env/workspace';
|
||||||
import type { DocProviderCreator } from '@blocksuite/store';
|
import type { DocProviderCreator } from '@blocksuite/store';
|
||||||
|
|||||||
Reference in New Issue
Block a user