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

View File

@@ -0,0 +1,3 @@
import { SelectionTransforms } from '../interfaces/transforms/selection';
export declare const collapse: SelectionTransforms['collapse'];
//# sourceMappingURL=collapse.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"collapse.d.ts","sourceRoot":"","sources":["../packages/slate/src/transforms-selection/collapse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAA;AAIxE,eAAO,MAAM,QAAQ,EAAE,mBAAmB,CAAC,UAAU,CAoBpD,CAAA"}

View File

@@ -0,0 +1,3 @@
import { SelectionTransforms } from '../interfaces/transforms/selection';
export declare const deselect: SelectionTransforms['deselect'];
//# sourceMappingURL=deselect.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"deselect.d.ts","sourceRoot":"","sources":["../packages/slate/src/transforms-selection/deselect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAA;AAExE,eAAO,MAAM,QAAQ,EAAE,mBAAmB,CAAC,UAAU,CAUpD,CAAA"}

View File

@@ -0,0 +1,7 @@
export * from './collapse';
export * from './deselect';
export * from './move';
export * from './select';
export * from './set-point';
export * from './set-selection';
//# sourceMappingURL=index.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../packages/slate/src/transforms-selection/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA"}

View File

@@ -0,0 +1,3 @@
import { SelectionTransforms } from '../interfaces/transforms/selection';
export declare const move: SelectionTransforms['move'];
//# sourceMappingURL=move.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../packages/slate/src/transforms-selection/move.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAA;AAKxE,eAAO,MAAM,IAAI,EAAE,mBAAmB,CAAC,MAAM,CA0C5C,CAAA"}

View File

@@ -0,0 +1,3 @@
import { SelectionTransforms } from '../interfaces/transforms/selection';
export declare const select: SelectionTransforms['select'];
//# sourceMappingURL=select.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../packages/slate/src/transforms-selection/select.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAA;AAMxE,eAAO,MAAM,MAAM,EAAE,mBAAmB,CAAC,QAAQ,CAsBhD,CAAA"}

View File

@@ -0,0 +1,3 @@
import { SelectionTransforms } from '../interfaces/transforms/selection';
export declare const setPoint: SelectionTransforms['setPoint'];
//# sourceMappingURL=set-point.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"set-point.d.ts","sourceRoot":"","sources":["../packages/slate/src/transforms-selection/set-point.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAA;AAIxE,eAAO,MAAM,QAAQ,EAAE,mBAAmB,CAAC,UAAU,CA0BpD,CAAA"}

View File

@@ -0,0 +1,3 @@
import { SelectionTransforms } from '../interfaces/transforms/selection';
export declare const setSelection: SelectionTransforms['setSelection'];
//# sourceMappingURL=set-selection.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"set-selection.d.ts","sourceRoot":"","sources":["../packages/slate/src/transforms-selection/set-selection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAA;AAIxE,eAAO,MAAM,YAAY,EAAE,mBAAmB,CAAC,cAAc,CAkC5D,CAAA"}