mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-06 07:07:12 -04:00
Converted imports to es
This commit is contained in:
parent
078324c0d1
commit
4b8911dfee
33 changed files with 111 additions and 98 deletions
|
@ -5,12 +5,12 @@ import {MapArrayType} from "../../node/types/MapType";
|
|||
const AttributePool = require('../../static/js/AttributePool');
|
||||
const apiHandler = require('../../node/handler/APIHandler');
|
||||
const assert = require('assert').strict;
|
||||
const io = require('socket.io-client');
|
||||
const log4js = require('log4js');
|
||||
import {io} from 'socket.io-client';
|
||||
import log4js from 'log4js';
|
||||
const {padutils} = require('../../static/js/pad_utils');
|
||||
const process = require('process');
|
||||
import process from 'process';
|
||||
const server = require('../../node/server');
|
||||
const setCookieParser = require('set-cookie-parser');
|
||||
import setCookieParser from 'set-cookie-parser';
|
||||
const settings = require('../../node/utils/Settings');
|
||||
import supertest from 'supertest';
|
||||
const webaccess = require('../../node/hooks/express/webaccess');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue