dcodeIO 26601dcfb1 Make '===' and '!==' ignore operator overloads
While not semantically equivalent with JS semantics, this appears to be the right thing to do in AS. Also avoids using changetype just for this purpose, which will eventually become considered unsafe.
2018-04-05 02:42:12 +02:00
..
2018-03-19 01:12:18 +01:00
2018-03-19 01:12:18 +01:00
2018-03-19 01:12:18 +01:00
2018-03-26 16:54:25 +02:00
2018-03-19 01:12:18 +01:00
2018-03-18 22:29:08 +01:00

Portable compiler sources that compile to both JavaScript using tsc and, eventually, WebAssembly using asc.

Architecture