Skip to content

Commit 5ce1e75

Browse files
committed
refactor
1 parent 990c3b8 commit 5ce1e75

20 files changed

Lines changed: 2166 additions & 2049 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Copyright (c) Jupyter Development Team.
2+
// Distributed under the terms of the Modified BSD License.
3+
4+
export * from './manager';

packages/javascript-kernel/src/comm.ts renamed to packages/javascript-kernel/src/comm/manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Jupyter Development Team.
22
// Distributed under the terms of the Modified BSD License.
33

4-
import type { RuntimeOutputHandler } from './runtime_protocol';
4+
import type { RuntimeOutputHandler } from '../runtime_protocol';
55

66
/**
77
* Represents an open comm channel.

0 commit comments

Comments
 (0)