4 पॉइंट द्वारा xguru 2024-11-16 | 2 टिप्पणियां | WhatsApp पर शेयर करें
  • ESM और CommonJS के बीच seamless interoperability
  • import() की जगह लेने वाला asynchronous API
  • require() की जगह लेने वाला synchronous API (deprecated)
  • बहुत हल्का और बिना dependencies के
  • custom resolve aliases
  • अतिरिक्त transformation को रोकने वाली smart syntax detection
  • Node.js native require cache integration
  • ESM loader support
  • JSX support (opt-in)

2 टिप्पणियां

 
iolothebard 2024-11-16

लिंक Cacheable है?!

 
xguru 2024-11-16

अरे, मैंने इसे ठीक कर दिया है।