-
-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The big refactor #343
The big refactor #343
Conversation
I think I've reached the end of my initial refactor. Despite initial appearances, it's pretty much the code as was (right down to the comments; all intact). It's just been split out into a bunch of modules and hopefully that aids comprehension (it helps mine). It's written using TS 2.0 and all the tests are passing. My plan is to merge this and use this as the new base for ts-loader 1.x. I'd ship a beta of this initially just to make sure there's no undiscovered gremlins in my changes and then, all being well, look to ship 1.0 proper. Before all that begins I wanted to give you the chance to express a view on the refactor; any problems / preferences from your point of view? |
This has now been published to npm as |
I'm presently testing this on projects of my own. All good so far. Will look to merge / release later this week if all still good. |
optimise formatErrors Fix test data for errors test
No description provided.