coapjs / node-coap

CoAP - Node.js style
MIT License
528 stars 154 forks source link

Fixed build issuee can only be default-imported using the 'esModuleI… #378

Closed JimmyBjorklund closed 5 months ago

JimmyBjorklund commented 6 months ago

node_modules/coap/dist/lib/outgoing_message.d.ts:3:8 - error TS1259: Module '"/x/node_modules/bl/index"' can only be default-imported using the 'esModuleInterop' flag

3 import BufferListStream from 'bl';

JimmyBjorklund commented 5 months ago

Any plans to take this pr ?

Apollon77 commented 5 months ago

LGTM

@JKRhb Strange I can not restart the checks that somehow got stuck ?! you?

JimmyBjorklund commented 5 months ago

LGTM

@JKRhb Strange I can not restart the checks that somehow got stuck ?! you?

Nope

JKRhb commented 5 months ago

LGTM

@JKRhb Strange I can not restart the checks that somehow got stuck ?! you?

Hmm, me neither :/

@JimmyBjorklund can you maybe try to push again to trigger a new run?

JimmyBjorklund commented 5 months ago

This do not seam to work ill close the pr and try to do a new one.

JimmyBjorklund commented 5 months ago

new pr https://github.com/coapjs/node-coap/pull/383

Apollon77 commented 5 months ago

Thank you for your support