Skip to content

Commit 9178fb4

Browse files
committed
add: js umd snippets
1 parent 3c64fbe commit 9178fb4

19 files changed

+818
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ You can see all installed snippets in `Tools > Snippets...`, in the sublime text
2424
- [jQuery - jq.*](snippets/js/libraries/jquery)
2525
- [Patterns](snippets/js/patterns)
2626
- [Design Patterns - jdp.*](snippets/js/patterns/design-patterns)
27+
- [UMD - jumd.*](snippets/js/patterns/umd)
2728
- [Tests](snippets/js/tests)
2829
- [Common - t.*](snippets/js/tests/common)
2930
- [Chai - tc.*](snippets/js/tests/chai)

snippets/js/patterns/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
11
# JavaScript Patterns Snippets
22

33
- [Design patterns](design-patterns/)
4+
- Command
5+
- Constructor
6+
- Decorator
7+
- Facade
8+
- Factory
9+
- Flyweight
10+
- Mediator
11+
- Mixin
12+
- Module
13+
- Observer
14+
- Prototype
15+
- Revealing Module
16+
- Singleton
17+
- [UMD](umd/)
18+
- AMD Web Global
19+
- AMD Web
20+
- CommonJS Adapter
21+
- CommonJS Strict Global
22+
- CommonJS Strict
23+
- jQuery Plugin
24+
- Node Adapter
25+
- Return Exports Global
26+
- Return Exports

snippets/js/patterns/design-patterns/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JavaScript Patterns Snippets
1+
# JavaScript Design Patterns Snippets
22

33
## Prefix `jdp.*`
44

0 commit comments

Comments
 (0)