@@ -5,84 +5,80 @@ import {createAssignment} from './assignments';
55import {
66 createSnapshot ,
77 exportProject ,
8- projectExportDisplayed ,
9- projectExportNotDisplayed ,
108 gapiClientReady ,
119 gapiClientUnavailable ,
10+ projectExportDisplayed ,
11+ projectExportNotDisplayed ,
1212} from './clients' ;
1313
1414import {
15+ projectCompilationFailed ,
16+ projectCompiled ,
17+ refreshPreview ,
18+ } from './compiledProjects' ;
19+ import {
20+ clearConsoleEntries ,
21+ consoleErrorProduced ,
22+ consoleInputChanged ,
23+ consoleLogBatchProduced ,
24+ consoleValueProduced ,
25+ evaluateConsoleEntry ,
26+ nextConsoleHistory ,
27+ previousConsoleHistory ,
28+ } from './console' ;
29+ import { addRuntimeError } from './errors' ;
30+ import {
31+ archiveProject ,
1532 beautifyProjectSource ,
16- createProject ,
1733 changeCurrentProject ,
18- toggleLibrary ,
34+ createProject ,
1935 hideComponent ,
20- unhideComponent ,
21- toggleComponent ,
22- updateProjectSource ,
23- updateProjectInstructions ,
2436 projectSuccessfullySaved ,
25- archiveProject ,
2637 saveProject ,
38+ toggleComponent ,
39+ toggleLibrary ,
40+ unhideComponent ,
41+ updateProjectInstructions ,
42+ updateProjectSource ,
2743} from './projects' ;
2844
45+ import { updateResizableFlex } from './resizableFlex' ;
2946import {
30- focusLine ,
47+ cancelEditingInstructions ,
48+ closeAssignmentCreator ,
49+ closeLoginPrompt ,
50+ closeTopBarMenu ,
51+ coursesFullyLoaded ,
52+ coursesLoaded ,
3153 editorFocusedRequestedLine ,
32- startDragColumnDivider ,
33- stopDragColumnDivider ,
54+ focusLine ,
55+ hideSaveIndicator ,
3456 notificationTriggered ,
35- userDismissedNotification ,
36- updateNotificationMetadata ,
57+ openAssignmentCreator ,
58+ openLoginPrompt ,
3759 popOutProject ,
38- toggleEditorTextSize ,
39- toggleTopBarMenu ,
40- closeTopBarMenu ,
41- startEditingInstructions ,
42- cancelEditingInstructions ,
4360 showSaveIndicator ,
44- hideSaveIndicator ,
45- openAssignmentCreator ,
46- closeAssignmentCreator ,
47- coursesLoaded ,
48- coursesFullyLoaded ,
61+ startDragColumnDivider ,
62+ startEditingInstructions ,
63+ stopDragColumnDivider ,
4964 toggleArchivedView ,
50- openLoginPrompt ,
51- closeLoginPrompt ,
65+ toggleEditorTextSize ,
66+ toggleTopBarMenu ,
67+ updateNotificationMetadata ,
68+ userDismissedNotification ,
5269} from './ui' ;
5370
54- import { addRuntimeError } from './errors' ;
55-
5671import {
5772 dismissAccountMigration ,
5873 linkGithubIdentity ,
59- unlinkGithubIdentity ,
6074 logIn ,
6175 logOut ,
6276 startAccountMigration ,
77+ unlinkGithubIdentity ,
6378 userAuthenticated ,
6479 userLoggedOut ,
6580} from './user' ;
6681
67- import {
68- projectCompiled ,
69- projectCompilationFailed ,
70- refreshPreview ,
71- } from './compiledProjects' ;
72-
73- import {
74- clearConsoleEntries ,
75- consoleErrorProduced ,
76- consoleInputChanged ,
77- consoleLogBatchProduced ,
78- consoleValueProduced ,
79- evaluateConsoleEntry ,
80- nextConsoleHistory ,
81- previousConsoleHistory ,
82- } from './console' ;
83-
84- import { updateResizableFlex } from './resizableFlex' ;
85-
8682export {
8783 beautifyProjectSource ,
8884 clearConsoleEntries ,
0 commit comments