Open alanfitzpatrick opened 1 year ago
Looking further into this the issue appears to be related to quicktype and how it is interpretting the event name, it looks like it is seeing everything before the colon as a protocol, this seems to be a similar issue here - https://github.com/glideapps/quicktype/issues/1113
Environment
Steps
npx typewriter init
something:something_something
orsomething:something_something_something
npx typewriter --update
Expectation vs. Reality
Expected: The generated library
Reality Received the following error
Additional