Historial de Commits

Autor SHA1 Mensaje Fecha
  Nicolas Petton f8c679c125 Renames js/ to src/ hace 10 años
  Herbert Vojčík 259c51c2c0 'smalltalk' variable changed to 'vm' inside amberc hace 10 años
  Manfred Kroehnert 7c7a5aeb43 amberc.js: globalJsVariables is defined on the smalltalk, not the globals object hace 10 años
  Manfred Kroehnert 2f8949728b amberc: update to latest 'globals' changes hace 10 años
  Manfred Kroehnert 2bbc1dd5ec amberc.js: reject if no program file is given, rename AmberC to AmberCompiler, update logging output hace 10 años
  Herbert Vojčík 7f7057cd37 Fixed empty program & resolve in com_js_fil (by mkroehnert) hace 10 años
  Herbert Vojčík 459c39141e 'Compile Time' only in verbose; finished_callback checked for null hace 10 años
  Herbert Vojčík 5e3fa0cc94 Promise code lighter; errors thrown are shown. hace 10 años
  Nicolas Petton 39300f4c1d fixes amberc.js for recent changes in master hace 10 años
  Manfred Kroehnert b9b8ab5302 amberc.js: create resolve_file() function hace 10 años
  Manfred Kroehnert bef2a806fe amberc.js: call finished_callback() once the compiler is done hace 10 años
  Manfred Kroehnert a758127788 amberc.js: createDefaults() renamed to createDefaultConfiguration() hace 10 años
  Manfred Kroehnert 8ee008c856 amberc.js: fully assemble configuration before checking it hace 10 años
  Manfred Kroehnert ed5aa7805f amberc.js: documentation fixes hace 10 años
  Manfred Kroehnert fc103a7733 amberc.js: compose_js_files() resolves into configuration hace 10 años
  Manfred Kroehnert 25d1527cfb amberc.js: merge resolve_compiler() and create_compiler() hace 10 años
  Manfred Kroehnert 1d818a2f32 amberc.js: merge readFiles() into compile() hace 10 años
  Manfred Kroehnert 5249eb8461 amberc.js: resolve_js now returns a Promise hace 10 años
  Manfred Kroehnert f17dcf50d9 amberc.js: readFiles() comes before compile() hace 10 años
  Manfred Kroehnert d5f4c37229 amberc.js: remove last occurences of defaults variable hace 10 años
  Manfred Kroehnert 1b509b5502 amberc.js: rename error callback into reject hace 10 años
  Manfred Kroehnert 15ed62e46d amberc.js: verify() and category_export() return a single Promise; add logError() function hace 10 años
  Manfred Kroehnert e9e3b25608 amberc.js: fix compile time calculation + restore console.log hace 10 años
  Manfred Kroehnert f6719caddc amberc.js: remove self.defaults reference hace 10 años
  Manfred Kroehnert d50e69c047 amberc.js: merge collect_files() into AmberC.main() hace 10 años
  Manfred Kroehnert 1274ff6ac8 amberc.js: finally remove the Combo construct hace 10 años
  Manfred Kroehnert 0934fea097 amberc.js: merge resolve_libraries() into collect_files() hace 10 años
  Manfred Kroehnert 201ddc8f78 amberc.js: collect_files(), collect_st_files(), collect_js_files() now take only configuration as parameter hace 10 años
  Manfred Kroehnert d4bdfa59a7 amberc.js: collect_st_files now returns a Promise hace 10 años
  Manfred Kroehnert 1a4fca8eeb amberc.js: collect_js_files now returns a Promise hace 10 años