electricessence

Results 45 comments of electricessence

Just a thought, I'm not sure if you need to be exporting the `RconError` since it's only instantiated internally. I welcome you to review my main fork as well. There's...

Oh yeah of course. Something I blanked on. :P

@levrik Ok all set. I added the last touch to the project file so it includes the typings and updated the patch version so it can be published.

Any traction on fixing this? If I fork and PR will it get anywhere? 2019?

I struggled with this idea of "Discoverability" for quite some time because it did seem to be true at the time. This IMO is obsolete information as editors like WebStorm...

There is currently nothing built in yet that would facilitate 'formatting' like .NET has. :( That was a huge endeavor that I deferred. There are string formatting utilities added so...

There is also a .NET analog for Regex that allows for named matches and MatchEvaluators so that could also be used as a foundation.

https://github.com/electricessence/TypeScript.NET/tree/develop-%28System.Xml.Linq%29 Feel free to track this branch. I've done the initial setup to get going. I'll definitely work on it, but if you want to help, please do!

Making progress. Classes are getting their inheritance structure. Still a lot of work to do.