microsoft / microsoft/TypeScript
Support for Import Maps
Nessuno ha ancora preso questa issue.
- Lingua principale
- Go
- Stelle
- 111k
- Fork
- 14.3k
- Merge medio
- 2g 4h
- PR unite (30g)
- 132
Descrizione
### 🔍 Search Terms
import, map, path, alias, scope
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the runtime behavior of existing JavaScript code
- [x] This could be implemented without emitting different JS based on the types of the expressions
- [x] This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, new syntax sugar for JS, etc.)
- [x] This isn't a request to add a new utility type: https://github.com/microsoft/TypeScript/wiki/No-New-Utility-Types
- [x] This feature would agree with the rest of our Design Goals: https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals
### ⭐ Suggestion
I'm curious to hear thoughts on introducing an `importMap` option in `compilerOptions`.
Some initial thoughts:
- Import maps are a WICG standard.
- They can effectively replace `paths` for most use cases.
- They're supported by Deno.
- Projects with colocated Node and Deno workspaces could leverage the same source of truth regarding imports/aliases.
- Import maps provide the ability to configure `scopes` (extremely useful in my experience)
### 📃 Motivating Example
Every project that utilizes import maps.
### 💻 Use Cases
1. What do you want to use this for?
Simplifying my configuration in projects that contain both Node and Deno workspaces.
2. What shortcomings exist with current approaches?
One needs to re-specify their aliases in numerous places.
3. What workarounds are you using in the meantime?
N/A
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia leggendo la gestione esistente di compilerOptions per paths e il comportamento di module-resolution che import maps influenzerebbero. Confronta l’opzione importMap proposta con gli aliases e gli scopes di import-map, quindi definisci la configurazione supportata e il comportamento di compatibilità prima dell’implementazione; il lavoro è completato quando esiste un design revisionato con copertura del caso d’uso di workspace Node e Deno indicato.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, typescript
- Ambito
- compilers
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 30/100