InterviewMap / CS-Interview-Knowledge-Map

Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc.
https://yuchengkai.cn/docs/frontend/
18.3k stars 2.57k forks source link

Typo error:CommonJS and ES6 #105

Closed csuZipple closed 6 years ago

csuZipple commented 6 years ago

At:(In Chinese Version) Module:CommonJS The differences between the modularizations in CommonJS and in ES6 are:

前者是同步导入,因为用于服务端,文件都在本地,同步导入即使卡住主线程影响也不大。而后者是异步导入,因为用于浏览器,需要下载文件,如果也采用导入会对渲染有很大影响 missing words : 同步(导入)

naihe138 commented 6 years ago

@csuZipple Thank you for correcting,we will fix it as soon as possible。