Another status update.
I've been experimenting with two approaches:
- Use
typescript-rtti
, see branchrtti
(see the…
Short update:
- I've solved the issue with the build errors Cannot read properties of undefined (reading 'kind') via 1f2a59c8025260a2ed0e3832243a4089e2827dc1
- I've solved the issue with…
typescript
and typescript-rtti
versions used in the online playground
It could be that the combination of the version of rtti and that of typescript is giving problems. I experimented a bit with different versions of TS but that didn't solve it.
Ah, that's funny, I've never seen an output folder being named /obj
😅. In the JavaScript ecosystem I mostly see them named /build
or /dist
so I figured it would make sense to name it like…
Yes, so right now in the rtti
branch I've added this file /build/package.json
, but ideally, not output folder should be committed (it should be safe to delete this folder), so the build script…
Ah I missed that, for some reason my local branch main
wasn't connected to the remote main
. Fixed now.
I've renamed the folder with output from obj
to build
, and I've temporarily added…
@glen I've made a little start today with typescript-rtti
in the rtti
branch (created from the approach_4.6
branch).
I'm trying to do some stuff in the file src/index.ts
, so far with…
💪 Yes, well summarized. Let's see how that goes.
I'll let you know when I start fiddling with typescript-rtti.
Have fun teaching!
To avoid a lot of aliases just for this sake, since typescript perfectly well allows default argument values making the arguments optional, perhaps the new dispatcher should embrace them as…