mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 08:26:30 +03:00
build(node): migrate from CommonJS to ESM modules
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/* eslint-disable camelcase */
|
||||
|
||||
const binding = require('../binding')
|
||||
const debug = require('debug')('deltachat:node:lot')
|
||||
import binding from './binding.js'
|
||||
import rawDebug from 'debug'
|
||||
const debug = rawDebug('deltachat:node:lot')
|
||||
|
||||
interface NativeLot {}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user