Commit History

Author SHA1 Message Date
  Miguel Fernández Corral 9984761e7d Support CLR object inheritance chain with prototypes (#1518) 2 years ago
  Miguel Fernández Corral 54e1a47a37 Support optional constructor parameters under interop (#1517) 2 years ago
  Marko Lahma 75a7b12aef Add net60 target (#1515) 2 years ago
  mainlyer ef8976839c Support inheritance chain of CLR objects with instanceof operator (#1511) 2 years ago
  Marko Lahma 5eb6b82e7f Add public type Constructor (#1440) 2 years ago
  Marko Lahma 0f898f89ac Allow configuring TypeReference target instance creator (#1357) 2 years ago
  Marko Lahma ec25ac3a66 Unify and cleanup API (#1355) 2 years ago
  Marko Lahma 9e378e8c01 Include inherited static members in interop member search (#1275) 3 years ago
  Marko Lahma 97e481fc4e Enable nullable reference types by default (#1237) 3 years ago
  Marko Lahma c5cd6251a2 Add intermediary prototype for TypeReference (#1231) 3 years ago
  Marko Lahma 20e9832dd6 Enable implicit usings (#1230) 3 years ago
  Marko Lahma 85b407823e Remove unnecessary ObjectClass types (#1172) 3 years ago
  Marko Lahma e48c6f5fb8 Fix inheriting from TypeReference backed interop type (#1168) 3 years ago
  Marko Lahma bbc5bab0b5 Hide Call method from public API (#1062) 3 years ago
  Marko Lahma 21bdb74697 Improve dictionary based CLR interop (#1127) 3 years ago
  Marko Lahma 43d63be7a3 Allow JS class to extend CLR type (#1049) 3 years ago
  Marko Lahma ceee6b2ccb Add Engine.Construct method (#1047) 3 years ago
  Marko Lahma 1cf0e2bfb4 Improve operator overloading logic (#1011) 3 years ago
  Marko Lahma c117c5ea16 Prevent GetType and System.Reflection namespace under interop by default (#994) 3 years ago
  Marko Lahma bf140bff22 Introduce EvaluationContext for statement and expression evaluation (#979) 3 years ago
  Marko Lahma 7a74e0c369 Allow controlling exposed names for interop members (#974) 3 years ago
  Marko Lahma f5571d0700 Refactor options and add MaxArraySize constraint (#923) 3 years ago
  Marko Lahma 71de3317f1 Introduce TypeResolver with member filter and name comparer (#951) 4 years ago
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 years ago
  Marko Lahma 0dbcdb0395 Add support for Optional Chaining (#881) 4 years ago
  Gökhan Kurt 517900f469 Implement Operator Overloading (#893) 4 years ago
  Marko Lahma d47f5525c1 Fix instanceof logic to comply with specification (#884) 4 years ago
  Marko Lahma 54023a32bf Fix exception propagation from .NET constructors (#860) 4 years ago
  Marko Lahma 807ce1e26e Improve enum overload matching and interop (#843) 4 years ago
  Marko Lahma cccd41e73a Optimize interop, use NET5 to run tests (#803) 4 years ago