ES Modules
TypeScript 5.9 รองรับ ES Modules อย่างเต็มรูปแบบ รวมถึงฟีเจอร์ใหม่อย่าง import defer ที่ช่วยให้ lazy load modules ได้ง่ายขึ้น
ประเภทของ Exports/Imports
Section titled “ประเภทของ Exports/Imports”| ประเภท | Syntax | Use Case |
|---|---|---|
| Named Export | export { name } | หลายๆ exports ต่อไฟล์ |
| Default Export | export default | main export ของไฟล์ |
| Type Export | export type { } | types เท่านั้น (ถูกลบตอน compile) |
| Barrel Export | export * from | re-export จาก submodules |
Module System
Section titled “Module System”เข้าสู่ระบบเพื่อดูเนื้อหาเต็ม
ยืนยันตัวตนด้วยบัญชี Google เพื่อปลดล็อกบทความทั้งหมด
Login with Google