Moved more files to typescript

This commit is contained in:
SamTv12345 2024-07-18 19:20:35 +02:00
parent b1139e1aff
commit d1ffd5d02f
75 changed files with 2079 additions and 1929 deletions

View file

@ -7,7 +7,7 @@ provides tools to create, read, and apply changesets.
## Changeset
```javascript
const Changeset = require('ep_etherpad-lite/static/js/Changeset');
const Changeset = require('src/static/js/Changeset');
```
A changeset describes the difference between two revisions of a document. When a
@ -24,7 +24,7 @@ A transmitted changeset looks like this:
## Attribute Pool
```javascript
const AttributePool = require('ep_etherpad-lite/static/js/AttributePool');
const AttributePool = require('src/static/js/AttributePool');
```
Changesets do not include any attribute keyvalue pairs. Instead, they use