Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | π :tada: |
| Version tag | π :bookmark: |
| New feature | β¨ :sparkles: |
| Bugfix | π :bug: |
| <html> | |
| <script> | |
| var p = new Proxy([], {}); | |
| var b_dp = Object.prototype.defineProperty; | |
| class MyArray extends Array { | |
| static get [Symbol.species]() { return function() { return p; }}; // custom constructor which returns a proxy object | |
| } | |
| var w = new MyArray(100); |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | π :tada: |
| Version tag | π :bookmark: |
| New feature | β¨ :sparkles: |
| Bugfix | π :bug: |