What am I doing wrong? #53
Replies: 1 comment 5 replies
-
Hey there! Thank you for your interest in my project... Yeah, this is certainly limited. I have been working on a separate branch for a while now, with little progress lately (due to time constraints). The idea for the branch is to introduce a means of pointing to custom TypeScript declarations. As of now, it's still not officially supported. Furthermore, even for the types that are in the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I came across the source generator library yesterday, seeing the potential of it I was tempted to try it. I needed to implement the Bluetooth API, so I tried the tutorial but soon enough saw that was impossible because in lib.dom.d.ts the Bluetooth interface wasn't present and obviously it can't be scaffolded. At this point I discovered the branch with the "new-parser". Navigating through the code, even to offer some help when (and if 😁) I would understood the code, I found the "TypeDeclarationSources" property and the commented code to gather that raw file with the http client. I made some simple modifications to try make it work, but when I try to start the BlazorExampleConsumer project the compilation get stuck, using the detailed verbosity I saw that it gets stuck at the "CSC" activity. So to sum up the problem is that after forked, cloned and installed all the necessary tools the project won't compile. Is the compilation taking really much time? Or there is some problem behind? Because I don't have a bad PC so it's strange to me, but it's like 10 minutes compiling now. Thanks in advance to anyone who can help me. If you need further logs ask me without problem
Beta Was this translation helpful? Give feedback.
All reactions