提交历史

作者 SHA1 备注 提交日期
  Marko Lahma 198f4f73c4 Support interop against System.Text.Json types on NET8+ (#1826) 1 年之前
  Marko Lahma aca8fb3d62 Use global usings and aliases for Esprima namespaces and types (#1824) 1 年之前
  Marko Lahma 8078b4a798 Create separate ObjectWrapper.Create factory method (#1810) 1 年之前
  Marko Lahma 107f543329 Try initialize interop object members with upper and lower first char (#1795) 1 年之前
  Marko Lahma 9fbdab389f Improve AOT usage scenarios with metadata (#1764) 1 年之前
  Marko Lahma 982a751485 Rename FunctionInstance to Function (#1721) 1 年之前
  Marko Lahma 69b33acaf3 Cleanup ObjectInstance public API (#1720) 1 年之前
  Miguel Fernández Corral 144591843c Support params arrays in delegate invocation (#1520) 2 年之前
  Marko Lahma 75a7b12aef Add net60 target (#1515) 2 年之前
  Marko Lahma 67705d7a07 Remove implicit using for System.Linq (#1493) 2 年之前
  Marko Lahma c116ab6f3a Remove floating point precision loss checks under interop (#1491) 2 年之前
  Marko Lahma 4e1893d469 Improve DefaultTypeConverter (#1461) 2 年之前
  Marko Lahma c4ff805167 Disallow unsafe floating point conversion caching (#1456) 2 年之前
  Christian Schwarz b5ce1b4844 Add support for constructors with default parameters (#1383) 2 年之前
  Marko Lahma 3a3e57c63d Improve global object setup and access performance (#1280) 2 年之前
  Marko Lahma 97e481fc4e Enable nullable reference types by default (#1237) 3 年之前
  Marko Lahma 20e9832dd6 Enable implicit usings (#1230) 3 年之前
  Marko Lahma be621efc20 Cache created dynamic delegates (#1146) 3 年之前
  source-transformer 0e315f41df Generic Methods: better generic method support. (#1106) 3 年之前
  Marko Lahma d21f36a2e8 Always allow operator overloaded conversion (#1099) 3 年之前
  Marko Lahma 0231800a02 Explicit/implicit cast operator search should check parameter type (#1098) 3 年之前
  Marko Lahma 1cf0e2bfb4 Improve operator overloading logic (#1011) 3 年之前
  Marko Lahma c117c5ea16 Prevent GetType and System.Reflection namespace under interop by default (#994) 3 年之前
  Marko Lahma 6082013b16 Check ExceptionHandler if type conversion fails (#988) 3 年之前
  Marko Lahma 412922c9ea Always set ObjectInstance prototype by default (#982) 3 年之前
  Marko Lahma ed94d10a05 Configurable value coercion under interop (#973) 3 年之前
  Marko Lahma f5571d0700 Refactor options and add MaxArraySize constraint (#923) 3 年之前
  Gökhan Kurt 517900f469 Implement Operator Overloading (#893) 4 年之前
  陈鑫伟 10e453bec6 Support converting js function into any delegate. (#864) 4 年之前
  DerekDiamond 5b51036334 Allow delegates to return values from .NET (#854) 4 年之前