Skip to content

Commit 9033af3

Browse files
authored
Merge pull request #284 from mostafa-nematpour/modules
update modules-intro (merge fix)
2 parents 950fd4b + 59e6c05 commit 9033af3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

1-js/13-modules/01-modules-intro/article.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@
99

1010
این ها نمونه هایی از این کتابخانه ها است (این بخش صرفا جنبه تاریخی دارد):
1111

12-
<<<<<<< HEAD
1312
- [AMD](https://en.wikipedia.org/wiki/Asynchronous_module_definition) -- یکی از قدیمی ترین سیستم های ماژول بندی، که اولین بار توسط کتابخانه [require.js](http://requirejs.org/) پیاده سازی شد .
1413
- [CommonJS](http://wiki.commonjs.org/wiki/Modules/1.1) -- سیستم ماژول بندی که برای سرورها Node.js درست شد.
1514
- [UMD](https://github.com/umdjs/umd) -- یک سیستم ماژول بندی که به عنوان یک سیستم جامع شناخته شده و با هردو سیستم AMD و CommonJS همخوانی دارد.
16-
=======
17-
- [AMD](https://en.wikipedia.org/wiki/Asynchronous_module_definition) -- one of the most ancient module systems, initially implemented by the library [require.js](https://requirejs.org/).
18-
- [CommonJS](https://wiki.commonjs.org/wiki/Modules/1.1) -- the module system created for Node.js server.
19-
- [UMD](https://github.com/umdjs/umd) -- one more module system, suggested as a universal one, compatible with AMD and CommonJS.
20-
>>>>>>> 5dff42ba283bce883428c383c080fa9392b71df8
2115

2216
همه این سیستم ها کم کم تبدیل به بخشی از تاریخ شدند اما هنوز هم می توان آن ها را در اسکریپت های قدیمی مشاهده کرد.
2317

0 commit comments

Comments
 (0)