Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update commonjs.md #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/overview/module/commonjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Module._load = function(request, parent, isMain) {
Node 缓存的是编译和执行后的对象:

- 相同
- Node 模块和非 Node 墨菊爱经历的过程都是,有执行后的缓存对象,返回缓存对象
- Node 模块和非 Node 模块经历的过程都是,有执行后的缓存对象,返回缓存对象
- 没有执行后的缓存对象,创建 `module` 对象,执行模块,存储执行后得到的对象,返回执行后的结果 `exports`
- 不同
- 缓存对象不同
Expand Down