aboutcode-org / aboutcode-org/scancode.io

Improving D2D mapping for npm - Basename matching

Aperta
#1,862 1 commento 0 reazioni 1 assegnatario Rivendicata da @Aryan-SINGH-GIT Vedi su GitHub
Lingua principale
Python
Stelle
215
Fork
203
Merge medio
4g 8h
PR unite (30g)
6

Descrizione

In some cases, file extensions may differ between the deployment codebase and the development codebase due to transformations during the build process. The tool should account for these discrepancies and perform mapping based on file basenames where appropriate.
Below is the proposed list of basename matches to support this logic:

| deployed extension | can be from extension | notes |
| ---------------------- | ------------------| ------|
| .cjs | .ts, .mts or .js||
|.mjs | .ts, .mts or .js||
|.css | .less or .scss||
|.d.ts | .ts or .js||
|.js |.ts ||
|.min.js |.js||
|.js| .ts, .tsx, .coffee, .jsx, .vue. .svelte, .elm||
|.bak||It is a backup typed file|
|"extension1"."extension2"|"extension1"| nrlmsise_interface.cpp.o <- nrlmsise_interface.cpp
headers.h.gch <- headers.h|
|.d.mts| .mts, .ts ||
|"filename"|"filename"| In certain cases, files may share the same filename but differ in their hash values due to changes during the build process. To determine a valid match, the tool should consider both the filename and the corresponding path.|

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.