File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ export const protocol = Socket.protocol;
6
6
export { Transport } from "./transport.js" ;
7
7
export { transports } from "./transports/index.js" ;
8
8
export { installTimerFunctions } from "./util.js" ;
9
- export { parse } from "./contrib/parseuri" ;
9
+ export { parse } from "./contrib/parseuri.js " ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { parse } from "./contrib/parseuri.js";
5
5
import debugModule from "debug" ; // debug()
6
6
import { Emitter } from "@socket.io/component-emitter" ;
7
7
import { protocol } from "engine.io-parser" ;
8
- import { CloseDetails } from "./transport" ;
8
+ import { CloseDetails } from "./transport.js " ;
9
9
10
10
const debug = debugModule ( "engine.io-client:socket" ) ; // debug()
11
11
You can’t perform that action at this time.
0 commit comments