docs: update features and comparison with changes from past year#847
Merged
agilgur5 merged 1 commit intojaredpalmer:masterfrom Aug 31, 2020
Merged
Conversation
- `tsdx lint` is a thing now - `tsdx create` is a thing - `tsdx.config.js` is a thing now - "last year or so" in reference to microbundle is outdated now and the differences have grown since then, so be softer on the language of similarities - TSDX now has good support for JS as well, I put in a good bit of work to make that possible, especially for gradual migrations and partial codebases - and some contributors helped as well
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/formium/tsdx/j4nmm3wj9 |
paul-vd
pushed a commit
to EezyQuote/tsdx
that referenced
this pull request
Dec 1, 2020
…edpalmer#847) - `tsdx lint` is a thing now - `tsdx create` is a thing - `tsdx.config.js` is a thing now - "last year or so" in reference to microbundle is outdated now and the differences have grown since then, so be softer on the language of similarities - TSDX now has good support for JS as well, I put in a good bit of work to make that possible, especially for gradual migrations and partial codebases - and some contributors helped as well
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.
Description
tsdx lintis a thing nowtsdx createis a thingtsdx.config.jsis a thing now"last year or so" in reference to microbundle is outdated now and the
differences have grown since then, so be softer on the language of
similarities
TSDX now has good support for JS as well, I put in [a](((fix): check for JSX extension for entry files #474) good bit of work
to make that possible, especially for gradual migrations and partial
codebases
Tags
Lint added in #99
Create added in 9010ecb
tsdx.config.jsadded in #183JS support in #474, #486, #487, and patch fix of some edge case in #524
"Escape hatch" wording taken from the Razzle docs which is also where the idea for
tsdx.config.jswas taken from