Expand default extension list
See original GitHub issueSince enabling --exclude-after-remap we’ve had some issue with TS projects. We need to add .ts to the default extension list. While we’re at it we should also add .cjs and .mjs. Any other extensions we should instrument or report on by default?
This is a potentially breaking change so it will be for nyc@15.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Change Extensions settings on Mac - Apple Support
Select the sharing extensions to include in the Share menu (available from the Share button in the Finder and in many Mac apps)....
Read more >In VS Code file searching, can I expand (or collapse) all results?
v1.41 is making expanded search results the default, see https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_41.md#search.
Read more >ExpansionTile class - material library - Flutter - Dart API docs
Specifies if the list tile is initially expanded (true) or collapsed (false, the default). final. key → Key? Controls how one widget replaces...
Read more >Collapse and expand regions of code - Visual Studio (Windows)
In this article. To hide a region of code from view, you can collapse it so that it appears under a plus sign...
Read more >Extension:CollapsibleSections - MediaWiki
The CollapsibleSections extension allows collapsing and expanding content sections as user wants. This extension was created for WikiWorks.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@Enet4 the next release will be semver-major, you can watch for progress at #1104. We’re working on it but are still dealing with some blockers. No ETA yet.
Just to let the devs know that I’m looking forward to a new release of
nyc. I was expecting the default extensions to include .ts, but it appears that these changes are still not applicable to the latest version.