docs: update features and comparison with changes from past year #847
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 lint
is a thing nowtsdx create
is a thingtsdx.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](((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.js
added 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.js
was taken from