typocomath/src
Glen Whitney 8dcf74c5d1 refactor: Demonstrate macro generating a generic implementations interface
I swapped in the new macro in source files numbers/predicate.ts,
  Complex/arithmetic.ts, and Complex/predicate.ts. Note that you have
  to specify whether you are reflecting the generic or concrete
  implementations, which in some cases will mean two separate macro calls
  (as in Complex/predicate.ts).

  Also tried out the $$typeMetadata macro in Complex/all.ts; you can see the
  result by building and looking at build/Complex/all.js. It splits things
  up somewhat but we would still need to do a bunch of parsing, so probably
  not worth switching.
2023-10-20 09:05:02 -07:00
..
Complex refactor: Demonstrate macro generating a generic implementations interface 2023-10-20 09:05:02 -07:00
core refactor: Demonstrate macro generating a generic implementations interface 2023-10-20 09:05:02 -07:00
generic feat: Runtime type reflection (#17) 2023-10-17 22:02:18 +00:00
interfaces refactor: Demonstrate macro generating a generic implementations interface 2023-10-20 09:05:02 -07:00
numbers refactor: Demonstrate macro generating a generic implementations interface 2023-10-20 09:05:02 -07:00
all.ts Declare implementations and dependencies via standard interfaces for operations (#8) 2023-01-22 01:34:57 +00:00
index.ts refactor: change Dispatcher class to a closure 2023-10-18 23:10:58 -07:00