Историја ревизија

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