Struggling to work with the repo #57
Closed
GeekMeUpScotty
started this conversation in
General
Replies: 2 comments 1 reply
-
|
So I realized that tsc errors does not necessarily prevent tsc from generating code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I can't reproduce your issue on the current version. What changes did you make? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am working on a pull request to tweak the behavior when unknown tags are "encountered".
I did the modifications "live" on an installation, by modifying the javascript files under src.
However I want to create a pull request so I can install the package properly.
I am absolutely n00b to typescript and the complete ecosystem around it. So I am struggling creating the actual package. While I believe my code changes are sane, I want to test before blindly pushing to npm (or what ever the nomenclature is). What is the best approach to achieve this?
Currently I am trying to simply do the compilation on the target directly. I installed typescript and ran:
tsc -p ./TSConfig.jsonThis is failing with:
None of these errors seems related to my modifications... So how do I proceed? Or rather: how am I supposed to compile this?
Any help appreciated
Beta Was this translation helpful? Give feedback.
All reactions