File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
createEditor.ts in packages/roosterjs/lib |
25 | 1 | 161 | 1603 | 18 |
index.ts in packages/roosterjs/lib |
7 | - | 236 | 1603 | 14 |
Editor.ts in packages/roosterjs-editor-core/lib/editor |
463 | 56 | 3 | 1599 | 126 |
clearFormat.ts in packages/roosterjs-editor-api/lib/format |
195 | 8 | 145 | 1599 | 28 |
index.ts in packages/roosterjs-editor-types/lib |
195 | - | 3 | 1599 | 63 |
ContentTraverser.ts in packages/roosterjs-editor-dom/lib/contentTraverser |
138 | 13 | 227 | 1599 | 22 |
index.ts in packages/roosterjs-editor-dom/lib |
94 | - | 4 | 1599 | 84 |
createLink.ts in packages/roosterjs-editor-api/lib/format |
74 | 5 | 101 | 1599 | 31 |
StartEndBlockElement.ts in packages/roosterjs-editor-dom/lib/blockElements |
65 | 8 | 227 | 1599 | 15 |
setIndentation.ts in packages/roosterjs-editor-api/lib/format |
63 | 3 | 179 | 1599 | 28 |
PartialInlineElement.ts in packages/roosterjs-editor-dom/lib/inlineElements |
62 | 12 | 4 | 1599 | 12 |
contains.ts in packages/roosterjs-editor-dom/lib/utils |
48 | 3 | 4 | 1599 | 13 |
NodeInlineElement.ts in packages/roosterjs-editor-dom/lib/inlineElements |
44 | 9 | 4 | 1599 | 23 |
wrap.ts in packages/roosterjs-editor-dom/lib/utils |
44 | 3 | 4 | 1599 | 19 |
index.ts in packages/roosterjs-editor-api/lib |
37 | - | 145 | 1599 | 46 |
getFormatState.ts in packages/roosterjs-editor-api/lib/format |
33 | 2 | 158 | 1599 | 37 |
setAlignment.ts in packages/roosterjs-editor-api/lib/format |
27 | 1 | 369 | 1599 | 14 |
NodeBlockElement.ts in packages/roosterjs-editor-dom/lib/blockElements |
27 | 7 | 227 | 1599 | 11 |
setTextColor.ts in packages/roosterjs-editor-api/lib/format |
19 | 1 | 126 | 1599 | 26 |
isBlockElement.ts in packages/roosterjs-editor-dom/lib/utils |
13 | 1 | 538 | 1599 | 6 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
SelectionPath.ts in packages/roosterjs-editor-types/lib/interface |
4 | - | 1138 | 1158 | 2 |
getTagOfNode.ts in packages/roosterjs-editor-dom/lib/utils |
4 | 1 | 1138 | 1599 | 3 |
LinkInlineElement.ts in packages/roosterjs-editor-dom/lib/inlineElements |
7 | 1 | 1138 | 1599 | 5 |
ImageInlineElement.ts in packages/roosterjs-editor-dom/lib/inlineElements |
7 | 1 | 1138 | 1599 | 5 |
NodePosition.ts in packages/roosterjs-editor-types/lib/interface |
10 | - | 1138 | 1176 | 2 |
unwrap.ts in packages/roosterjs-editor-dom/lib/utils |
11 | 1 | 1138 | 1599 | 3 |
getLeafNode.ts in packages/roosterjs-editor-dom/lib/utils |
19 | 3 | 1138 | 1189 | 2 |
isNodeEmpty.ts in packages/roosterjs-editor-dom/lib/utils |
27 | 2 | 1138 | 1561 | 8 |
EditorReadyEvent.ts in packages/roosterjs-editor-types/lib/event |
3 | - | 1099 | 1308 | 5 |
BeforeDisposeEvent.ts in packages/roosterjs-editor-types/lib/event |
4 | - | 1099 | 1308 | 5 |
Indentation.ts in packages/roosterjs-editor-types/lib/enum |
4 | - | 1099 | 1329 | 3 |
FontSizeChange.ts in packages/roosterjs-editor-types/lib/enum |
4 | - | 1099 | 1292 | 3 |
Direction.ts in packages/roosterjs-editor-types/lib/enum |
4 | - | 1099 | 1329 | 3 |
LinkData.ts in packages/roosterjs-editor-types/lib/interface |
5 | - | 1099 | 1329 | 3 |
BasePluginEvent.ts in packages/roosterjs-editor-types/lib/event |
5 | - | 1099 | 1308 | 4 |
Alignment.ts in packages/roosterjs-editor-types/lib/enum |
5 | - | 1099 | 1329 | 3 |
Rect.ts in packages/roosterjs-editor-types/lib/interface |
6 | - | 1099 | 1329 | 3 |
TableFormat.ts in packages/roosterjs-editor-types/lib/interface |
7 | - | 1099 | 1329 | 3 |
ContentChangedEvent.ts in packages/roosterjs-editor-types/lib/event |
8 | - | 1099 | 1329 | 8 |
DocumentPosition.ts in packages/roosterjs-editor-types/lib/browser |
8 | - | 1099 | 1599 | 4 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
CellResizer.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
185 | 8 | 2 | 2 | 1 |
TableEditor.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
168 | 8 | 2 | 2 | 1 |
TableResizer.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
115 | 4 | 2 | 2 | 1 |
TableInserter.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
110 | 4 | 2 | 2 | 1 |
TableEditorFeature.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
12 | 1 | 2 | 2 | 1 |
Disposable.ts in packages/roosterjs-editor-plugins/lib/pluginUtils |
3 | - | 2 | 2 | 1 |
TableCellSelection.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection |
596 | 28 | 3 | 3 | 1 |
highlight.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
55 | 2 | 3 | 3 | 1 |
highlightAll.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
32 | 1 | 3 | 3 | 1 |
removeCellsOutsideSelection.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
28 | 1 | 3 | 3 | 1 |
forEachSelectedCell.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
22 | 1 | 3 | 3 | 1 |
highlightCellHandler.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
20 | 1 | 3 | 3 | 1 |
deselectCellHandler.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
19 | 1 | 3 | 3 | 1 |
normalizeTableSelection.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
19 | 5 | 3 | 3 | 1 |
getCellCoordinates.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
18 | 1 | 3 | 3 | 1 |
deSelectAll.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
14 | 1 | 3 | 3 | 1 |
forEachCell.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
12 | 1 | 3 | 3 | 1 |
tableCellSelectionCommon.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
6 | - | 3 | 3 | 1 |
Coordinates.ts in packages/roosterjs-editor-types/lib/interface |
4 | - | 3 | 3 | 1 |
TableCellSelection.ts in packages/roosterjs-editor-plugins/lib |
1 | - | 3 | 3 | 1 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
VTable.ts in packages/roosterjs-editor-dom/lib/table |
466 | 22 | 2 | 1449 | 38 |
CellResizer.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
185 | 8 | 2 | 2 | 1 |
TableEditor.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
168 | 8 | 2 | 2 | 1 |
TableResizer.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
115 | 4 | 2 | 2 | 1 |
TableInserter.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
110 | 4 | 2 | 2 | 1 |
TableResize.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize |
83 | 6 | 2 | 588 | 64 |
DragAndDropHelper.ts in packages/roosterjs-editor-plugins/lib/pluginUtils |
59 | 5 | 2 | 200 | 4 |
TableEditorFeature.ts in packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors |
12 | 1 | 2 | 2 | 1 |
VCell.ts in packages/roosterjs-editor-types/lib/interface |
7 | - | 2 | 369 | 4 |
Disposable.ts in packages/roosterjs-editor-plugins/lib/pluginUtils |
3 | - | 2 | 2 | 1 |
TableCellSelection.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection |
596 | 28 | 3 | 3 | 1 |
Editor.ts in packages/roosterjs-editor-core/lib/editor |
463 | 56 | 3 | 1599 | 126 |
index.ts in packages/roosterjs-editor-types/lib |
195 | - | 3 | 1599 | 63 |
CopyPastePlugin.ts in packages/roosterjs-editor-core/lib/corePlugins |
134 | 8 | 3 | 369 | 12 |
createElement.ts in packages/roosterjs-editor-dom/lib/utils |
91 | 1 | 3 | 181 | 8 |
highlight.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
55 | 2 | 3 | 3 | 1 |
Keys.ts in packages/roosterjs-editor-types/lib/browser |
33 | - | 3 | 369 | 4 |
highlightAll.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
32 | 1 | 3 | 3 | 1 |
removeCellsOutsideSelection.ts in packages/roosterjs-editor-plugins/lib/plugins/TableCellSelection/utils |
28 | 1 | 3 | 3 | 1 |
getEntityFromElement.ts in packages/roosterjs-editor-dom/lib/entity |
26 | 1 | 3 | 369 | 2 |