Browse Source

Moves all st files in .js

Nicolas Petton 10 years ago
parent
commit
2c25e204ed

+ 0 - 0
st/Benchfib.st → js/Benchfib.st


+ 0 - 0
st/Canvas.st → js/Canvas.st


+ 0 - 0
st/Compiler-AST.st → js/Compiler-AST.st


+ 0 - 0
st/Compiler-Core.st → js/Compiler-Core.st


+ 0 - 0
st/Compiler-Exceptions.st → js/Compiler-Exceptions.st


+ 0 - 0
st/Compiler-IR.st → js/Compiler-IR.st


+ 0 - 0
st/Compiler-Inlining.st → js/Compiler-Inlining.st


+ 0 - 0
st/Compiler-Interpreter.st → js/Compiler-Interpreter.st


+ 0 - 0
st/Compiler-Semantic.st → js/Compiler-Semantic.st


+ 0 - 0
st/Compiler-Tests.st → js/Compiler-Tests.st


+ 0 - 0
st/Examples.st → js/Examples.st


+ 0 - 0
st/Helios-Announcements.st → js/Helios-Announcements.st


+ 0 - 0
st/Helios-Browser.st → js/Helios-Browser.st


+ 0 - 0
st/Helios-Commands-Browser.st → js/Helios-Commands-Browser.st


+ 0 - 0
st/Helios-Commands-Core.st → js/Helios-Commands-Core.st


+ 0 - 0
st/Helios-Commands-Tools.st → js/Helios-Commands-Tools.st


+ 0 - 0
st/Helios-Core.st → js/Helios-Core.st


+ 0 - 0
st/Helios-Debugger.st → js/Helios-Debugger.st


+ 0 - 0
st/Helios-Exceptions.st → js/Helios-Exceptions.st


+ 0 - 0
st/Helios-Helpers.st → js/Helios-Helpers.st


+ 0 - 0
st/Helios-Inspector.st → js/Helios-Inspector.st


+ 0 - 0
st/Helios-KeyBindings.st → js/Helios-KeyBindings.st


+ 0 - 0
st/Helios-Layout.st → js/Helios-Layout.st


+ 0 - 0
st/Helios-References.st → js/Helios-References.st


+ 0 - 0
st/Helios-Transcript.st → js/Helios-Transcript.st


+ 0 - 0
st/Helios-Workspace-Tests.st → js/Helios-Workspace-Tests.st


+ 0 - 0
st/Helios-Workspace.st → js/Helios-Workspace.st


+ 0 - 0
st/IDE.st → js/IDE.st


+ 0 - 0
st/Kernel-Announcements.st → js/Kernel-Announcements.st


+ 0 - 0
st/Kernel-Classes.st → js/Kernel-Classes.st


+ 0 - 0
st/Kernel-Collections.st → js/Kernel-Collections.st


+ 0 - 0
st/Kernel-Exceptions.st → js/Kernel-Exceptions.st


+ 0 - 0
st/Kernel-ImportExport.st → js/Kernel-ImportExport.st


+ 0 - 0
st/Kernel-Infrastructure.st → js/Kernel-Infrastructure.st


+ 0 - 0
st/Kernel-Methods.st → js/Kernel-Methods.st


+ 0 - 0
st/Kernel-Objects.st → js/Kernel-Objects.st


+ 0 - 0
st/Kernel-Tests.st → js/Kernel-Tests.st


+ 0 - 0
st/Kernel-Transcript.st → js/Kernel-Transcript.st


+ 0 - 0
st/SUnit-Tests.st → js/SUnit-Tests.st


+ 0 - 0
st/SUnit.st → js/SUnit.st


+ 0 - 0
st/Spaces.st → js/Spaces.st


+ 0 - 1
support/amber.js

@@ -63,7 +63,6 @@ require = function (require) {
             'amber_css': amber_home + '/css',
             'amber_lib': library_home,
             'amber_core': amber_home + '/js',
-            'amber_core/_source': amber_home + '/st',
             'amber_helios/html': amber_home,
             'jquery': library_home + '/jquery/jquery.min',
             'jquery-ui': library_home + '/jquery-ui/ui/minified/jquery-ui.min'