Dan Korostelev
|
4eefb97959
[js] don't check for __enum__ on Array when enums are not arrays (the new ones)
|
6 lat temu |
Dan Korostelev
|
5f18a08f57
[js] fix js.Boot.__instanceof when $hxEnums is not present
|
6 lat temu |
Dan Korostelev
|
3e46bfaa45
[js] make __interfLoop oh so smart (closes #7834)
|
6 lat temu |
Dan Korostelev
|
c9eb7c7430
[js] remove untyped, add type
|
6 lat temu |
Dan Korostelev
|
06ee46655c
[js] move js.Boot.__toStr magic function initialization up (closes #7783)
|
6 lat temu |
Simon Krajewski
|
753b36e5d1
null cast/is/catch (#7532)
|
6 lat temu |
Nicolas Cannasse
|
80f42bdc38
unit tests for cast to interface (#7658)
|
7 lat temu |
Mark Knol
|
90eda8ce3c
Happy new year! :tada:
|
7 lat temu |
Simon Krajewski
|
a200541e35
revert Std.is changes for release
|
7 lat temu |
Nicolas Cannasse
|
ad443a5fc8
more Std.is(null,Dynamic) == false support (#7532)
|
7 lat temu |
Simon Krajewski
|
eb1d00fc9e
[js] generate enums as objects by default
|
7 lat temu |
Mark Knol
|
b3cc1d7949
Happy new year! (#6799)
|
8 lat temu |
Dan Korostelev
|
2402c58403
[js] use lazy getter for HaxeError.message instead of calling String(val) in the ctor (closes #6754)
|
8 lat temu |
Dan Korostelev
|
d79b92e8c4
[js] remove some untyped in favor of js.Syntax
|
8 lat temu |
Dan Korostelev
|
b224999012
[js] rework exception handling (closes #6458) (#6713)
|
8 lat temu |
Dan Korostelev
|
58646af9bf
[js] some random untyped removals
|
8 lat temu |
Dan Korostelev
|
d5c210ffc9
minor
|
8 lat temu |
Dan Korostelev
|
917102e9d7
[js] add js.Syntax and use that instead of untyped (thus becoming analyzer-friendly \o/)
|
8 lat temu |
ousado
|
5717b22f7a
[js] Add compiler switch to generate enums as objects instead of arrays (#6350)
|
8 lat temu |
Dan Korostelev
|
07be740780
[js] provide @:coreApi haxe.Log implementation and move `__trace` from js.Boot into haxe.Log
|
8 lat temu |
Dan Korostelev
|
699214947f
[js] remove haxe:trace (see #5639)
|
8 lat temu |
Dan Korostelev
|
b802f41426
[js] remove jsfl stuff from trace (see #5639)
|
8 lat temu |
Dan Korostelev
|
92d5443e32
[js] use js.Lib.typeof more
|
8 lat temu |
Dan Korostelev
|
ce4fd4c36d
[js] add js.Lib.typeof and use that instead of untyped magic
|
8 lat temu |
Mark Knol
|
875ad19432
2017 (#5932)
|
9 lat temu |
kaikoga
|
8b95f8fcc8
[js] also check typeof(o) == "number" for Std.is(o, Int)
|
9 lat temu |
Andy Li
|
69dcfc4ae0
[js] minor removal of __js__
|
9 lat temu |
Andy Li
|
1c79168a33
update copyright year to 2016
|
10 lat temu |
Dan Korostelev
|
003b9f6c84
[js] perform a runtime check if an exception needs HaxeError wrapping if it's Dynamic (closes #4644)
|
10 lat temu |
Andy Li
|
ae6349cccf
bump license year to 2015
|
10 lat temu |