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