aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/commands/index.ts')
-rw-r--r--editors/code/src/commands/index.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/src/commands/index.ts b/editors/code/src/commands/index.ts
index c8bb55591..33e2b34a2 100644
--- a/editors/code/src/commands/index.ts
+++ b/editors/code/src/commands/index.ts
@@ -4,7 +4,6 @@ import * as joinLines from './join_lines';
4import * as matchingBrace from './matching_brace'; 4import * as matchingBrace from './matching_brace';
5import * as onEnter from './on_enter'; 5import * as onEnter from './on_enter';
6import * as parentModule from './parent_module'; 6import * as parentModule from './parent_module';
7import * as runSingle from './run_single';
8import * as runnables from './runnables'; 7import * as runnables from './runnables';
9import * as syntaxTree from './syntaxTree'; 8import * as syntaxTree from './syntaxTree';
10 9
@@ -14,7 +13,6 @@ export {
14 joinLines, 13 joinLines,
15 matchingBrace, 14 matchingBrace,
16 parentModule, 15 parentModule,
17 runSingle,
18 runnables, 16 runnables,
19 syntaxTree, 17 syntaxTree,
20 onEnter 18 onEnter