Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
32f08e3d
Commit
32f08e3d
authored
Aug 08, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move config / execution-context => runtime folder
parent
bc811a58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
app.js
src/app.js
+2
-2
config.js
src/app/runtime/config.js
+0
-0
execution-context.js
src/app/runtime/execution-context.js
+0
-0
No files found.
src/app.js
View file @
32f08e3d
...
...
@@ -19,11 +19,11 @@ var GistHandler = require('./lib/gist-handler')
var
Storage
=
require
(
'./app/files/storage'
)
var
Browserfiles
=
require
(
'./app/files/browser-files'
)
var
SharedFolder
=
require
(
'./app/files/shared-folder'
)
var
Config
=
require
(
'./app/config'
)
var
Config
=
require
(
'./app/
runtime/
config'
)
var
Editor
=
require
(
'./app/editor/editor'
)
var
Renderer
=
require
(
'./app/ui/renderer'
)
var
Compiler
=
require
(
'./app/compiler/compiler'
)
var
ExecutionContext
=
require
(
'./app/execution-context'
)
var
ExecutionContext
=
require
(
'./app/
runtime/
execution-context'
)
var
Debugger
=
require
(
'./app/debugger/debugger'
)
var
StaticAnalysis
=
require
(
'./app/staticanalysis/staticAnalysisView'
)
var
FilePanel
=
require
(
'./app/panels/file-panel'
)
...
...
src/app/config.js
→
src/app/
runtime/
config.js
View file @
32f08e3d
File moved
src/app/execution-context.js
→
src/app/
runtime/
execution-context.js
View file @
32f08e3d
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment