node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

4
server/node_modules/slate/dist/core/apply.d.ts generated vendored Normal file
View File

@@ -0,0 +1,4 @@
import { WithEditorFirstArg } from '../utils/types';
import { Editor } from '../interfaces/editor';
export declare const apply: WithEditorFirstArg<Editor['apply']>;
//# sourceMappingURL=apply.d.ts.map

1
server/node_modules/slate/dist/core/apply.d.ts.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"apply.d.ts","sourceRoot":"","sources":["../packages/slate/src/core/apply.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAE7C,eAAO,MAAM,KAAK,EAAE,kBAAkB,CAAC,MAAM,CAAC,OAAO,CAAC,CAoErD,CAAA"}

View File

@@ -0,0 +1,7 @@
import { WithEditorFirstArg } from '../utils/types';
import { Editor } from '../interfaces/editor';
/**
* Get the "dirty" paths generated from an operation.
*/
export declare const getDirtyPaths: WithEditorFirstArg<Editor['getDirtyPaths']>;
//# sourceMappingURL=get-dirty-paths.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"get-dirty-paths.d.ts","sourceRoot":"","sources":["../packages/slate/src/core/get-dirty-paths.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AAInD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAE7C;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,kBAAkB,CAAC,MAAM,CAAC,eAAe,CAAC,CAyErE,CAAA"}

View File

@@ -0,0 +1,4 @@
import { Editor } from '../interfaces';
import { WithEditorFirstArg } from '../utils';
export declare const getFragment: WithEditorFirstArg<Editor['getFragment']>;
//# sourceMappingURL=get-fragment.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"get-fragment.d.ts","sourceRoot":"","sources":["../packages/slate/src/core/get-fragment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAQ,MAAM,eAAe,CAAA;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAA;AAE7C,eAAO,MAAM,WAAW,EAAE,kBAAkB,CAAC,MAAM,CAAC,aAAa,CAAC,CAOjE,CAAA"}

6
server/node_modules/slate/dist/core/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,6 @@
export * from './apply';
export * from './get-dirty-paths';
export * from './get-fragment';
export * from './normalize-node';
export * from './should-normalize';
//# sourceMappingURL=index.d.ts.map

1
server/node_modules/slate/dist/core/index.d.ts.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/slate/src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,mBAAmB,CAAA;AACjC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA"}

View File

@@ -0,0 +1,4 @@
import { WithEditorFirstArg } from '../utils/types';
import { Editor } from '../interfaces/editor';
export declare const normalizeNode: WithEditorFirstArg<Editor['normalizeNode']>;
//# sourceMappingURL=normalize-node.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"normalize-node.d.ts","sourceRoot":"","sources":["../packages/slate/src/core/normalize-node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AAKnD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAE7C,eAAO,MAAM,aAAa,EAAE,kBAAkB,CAAC,MAAM,CAAC,eAAe,CAAC,CA2FrE,CAAA"}

View File

@@ -0,0 +1,4 @@
import { WithEditorFirstArg } from '../utils/types';
import { Editor } from '../interfaces/editor';
export declare const shouldNormalize: WithEditorFirstArg<Editor['shouldNormalize']>;
//# sourceMappingURL=should-normalize.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"should-normalize.d.ts","sourceRoot":"","sources":["../packages/slate/src/core/should-normalize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAE7C,eAAO,MAAM,eAAe,EAAE,kBAAkB,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAazE,CAAA"}