Fast-Forward + Requested changes to merge on TypeStrong/ts-loader/pull/996#1
Open
cassiozen wants to merge 34 commits intocortexmedia:masterfrom
Open
Fast-Forward + Requested changes to merge on TypeStrong/ts-loader/pull/996#1cassiozen wants to merge 34 commits intocortexmedia:masterfrom
cassiozen wants to merge 34 commits intocortexmedia:masterfrom
Conversation
Co-Authored-By: Andrew Branch <andrewbranch@users.noreply.github.com>
Using Solution builder to build project references
* Fix simple run to start with * Try with --watch * More fixes * Tests for errors * Add back the deleted code * More changes to provide correct errors * Update file only if text is different from existing file text and handle watch * Update index.ts * Update index.ts * Remove error duplication in case of syntax errors * Add test for watch * tsbuildinfo files for referenced projects * Add alias loader so its easy to run from command line * Fix incorrect scheduling of the next build and fix copy for tests to write new files * Set tsbuildinfo as asset only if emitting the file from referenced project * Add support when the file is referenced indirectly from project * Support when referenced project is already built * Additional guidance for no emit when referenced file build is failed * Solution errors per module
* Update package.json * Update CHANGELOG.md
* Update .travis.yml * Update appveyor.yml * update comparison tests * update to TS 3.6.3 * make comparison test tolerant of different spaces * Fix when config includes referenced project sources and outputs as well * Always run comparison test without transpile * ignore case when matching file paths * Update CHANGELOG.md
* fixes TypeStrong#1014 * avoids processing definition files in getEmitOutput * uses instance.compiler instead get Extension enum
* Add support to run tests matching regexp * Consume typescript apis * Run tests matching criteria across the all tests * Remove TODO * Update CHANGELOG.md * Update package.json
* Watch api tests * Updater the .tsbuildinfo * Write tsbuild info when available using experimentalWatchApi * update CHANGELOG.md * Fix running command for webpack when karmaConfPath is absent in the test
* converted main.workflow to Actions V2 yml files * dump github context * publish if release is created
* have 2 workflows - 1 for release and one for push * upgrade from deprecated * whoops * add node version 12 * try again * hmmm * single job * fix syntax * whoops * update release * bit more readable * split steps
* refactor: reorganize installation & running in README * refactor: use`ts-loader` consistently
* feat: add TOC to README * feat: add markdown-toc * refactor: remove old toc * feat: add pre-push hook to generate-toc * refactor: update generate-toc to commit * refactor: add file in script to commit * chore: update docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey @srgpqt - continuing our conversation from TypeStrong#996, I fast-forwarded your repo and implemented the requested changes on
readme,changelogandpackage.json