Commit History

Author SHA1 Message Date
  Aleksandr Kuzmenko e314f4f6ac [js] don't generate $hxEnum references if no enums used (fixes #8545) 6 years ago
  Aurel 8616359ff7 Reformat std (#8408) 6 years ago
  Dan Korostelev f3f7738e2f [js] add @:pure to `js.Boot.getClass` and `js.Boot.__interfLoop` 6 years ago
  Dan Korostelev ce90b80e72 [js] improve downcasting generation 6 years ago
  Aleksandr Kuzmenko 1bcb3a91d6 Deprecate Std.instance; Add Std.downcast (#8301) 6 years ago
  Dan Korostelev 0f9bb3edd3 [js] remove a couple of minor unused vars 6 years ago
  Dan Korostelev 77d7809eb1 [js] don't do duplicate var declaration in js.Boot.__string_rec (see #8181) 6 years ago
  Dan Korostelev 88e5195369 [js] move standard library types to js.lib (DON'T MERGE YET, let's discuss) (#7390) 6 years ago
  Dan Korostelev 4eefb97959 [js] don't check for __enum__ on Array when enums are not arrays (the new ones) 6 years ago
  Dan Korostelev 5f18a08f57 [js] fix js.Boot.__instanceof when $hxEnums is not present 6 years ago
  Dan Korostelev 3e46bfaa45 [js] make __interfLoop oh so smart (closes #7834) 6 years ago
  Dan Korostelev c9eb7c7430 [js] remove untyped, add type 6 years ago
  Dan Korostelev 06ee46655c [js] move js.Boot.__toStr magic function initialization up (closes #7783) 6 years ago
  Simon Krajewski 753b36e5d1 null cast/is/catch (#7532) 6 years ago
  Nicolas Cannasse 80f42bdc38 unit tests for cast to interface (#7658) 6 years ago
  Mark Knol 90eda8ce3c Happy new year! :tada: 6 years ago
  Simon Krajewski a200541e35 revert Std.is changes for release 6 years ago
  Nicolas Cannasse ad443a5fc8 more Std.is(null,Dynamic) == false support (#7532) 6 years ago
  Simon Krajewski eb1d00fc9e [js] generate enums as objects by default 7 years ago
  Mark Knol b3cc1d7949 Happy new year! (#6799) 7 years ago
  Dan Korostelev 2402c58403 [js] use lazy getter for HaxeError.message instead of calling String(val) in the ctor (closes #6754) 7 years ago
  Dan Korostelev d79b92e8c4 [js] remove some untyped in favor of js.Syntax 7 years ago
  Dan Korostelev b224999012 [js] rework exception handling (closes #6458) (#6713) 7 years ago
  Dan Korostelev 58646af9bf [js] some random untyped removals 7 years ago
  Dan Korostelev d5c210ffc9 minor 7 years ago
  Dan Korostelev 917102e9d7 [js] add js.Syntax and use that instead of untyped (thus becoming analyzer-friendly \o/) 7 years ago
  ousado 5717b22f7a [js] Add compiler switch to generate enums as objects instead of arrays (#6350) 8 years ago
  Dan Korostelev 07be740780 [js] provide @:coreApi haxe.Log implementation and move `__trace` from js.Boot into haxe.Log 8 years ago
  Dan Korostelev 699214947f [js] remove haxe:trace (see #5639) 8 years ago
  Dan Korostelev b802f41426 [js] remove jsfl stuff from trace (see #5639) 8 years ago