etherpad-lite/src
SamTV12345 e7bc5cdef9 Convert require to import: rjquery, timeslider, underscore
- Convert const X = require('Y') to import X from 'Y.js'
- Convert const {A, B} = require('Y') to import {A, B} from 'Y.js'
- Add .js extensions to relative imports
- Keep external packages without .js (e.g., 'tinycon/tinycon', 'underscore')
- Convert exports.X = Y to export {X}
- Convert module.exports to export default

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-26 14:30:14 +02:00
..
locales Localisation updates from https://translatewiki.net. 2026-04-23 14:03:58 +02:00
node fix: correct import statements for modules with named exports 2026-04-26 14:19:13 +02:00
static Convert require to import: rjquery, timeslider, underscore 2026-04-26 14:30:14 +02:00
templates fix(chat): icon click, disabled toggles, username layout (#7590, #7592, #7593) (#7597) 2026-04-26 09:56:38 +01:00
tests fix: correct import statements for modules with named exports 2026-04-26 14:19:13 +02:00
.eslintrc.cjs Feat/admin react (#6211) 2024-03-09 23:07:09 +01:00
ep.json 7139 let user maintain a single session across multiple browsers (#7228) 2025-11-18 12:23:55 +01:00
etherpad_icon.svg Change favicon to be closer to new style 2020-04-19 18:20:21 +02:00
package.json Fix import statement for common module in test files 2026-04-26 14:08:49 +02:00
playwright.config.ts chore: show individual test names in CI Playwright output (#7462) 2026-04-05 01:57:49 +01:00
README.md remove one less warning during install by having a readme placeholder 2013-02-10 03:04:08 +00:00
tsconfig.json build(src): switch package + tsconfig to ESM (type: module, NodeNext) 2026-04-26 12:17:55 +02:00
vitest.config.ts Feat/changeset ts (#6594) 2024-08-18 12:14:24 +02:00
web.config Added typescript to etherpad 2024-02-05 21:13:02 +01:00

Ignore this file and see the file in the base installation folder