Skip to content

Commit 1eca504

Browse files
committed
explicitly deprecated
1 parent d0335c6 commit 1eca504

File tree

4 files changed

+264
-2
lines changed

4 files changed

+264
-2
lines changed

Diff for: README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# JSGtk+ [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/WebReflection/donate)
2-
A simplified approach to [GJS](https://wiki.gnome.org/action/show/Projects/Gjs?action=show&redirect=Gjs) for [Node.JS](https://nodejs.org/) and _JavaScript_ developers.
1+
# JSGtk+ [ DEPRECATED ]
32

3+
This project is death. **Long live [cgjs](https://github.com/WebReflection/cgjs)**.
4+
5+
- - -
6+
7+
This project has not received enough support to be sustainable Open Source Software and it was too big to be maintained by a single developer.
8+
9+
The new alternative, based on modern js52+ SpiderMonkey engine, dropped 90% of the useless crap I've implemented in here.
10+
11+
Lesson learned, move on and switch to [CGJS](https://github.com/WebReflection/cgjs) today.
12+
13+
- - -
414

515

616
### Project Ideas

Diff for: jsgtk

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Function=Function//; for a in "$@"; do if [ "$a" = "-d" ] || [ "$a" = "--debug"
164164

165165
// the actual require
166166
function requireWithPath(module, dir) {
167+
print(dir + ' => ' + module);
167168
switch (true) {
168169
case core.has(module):
169170
return core.get(module);

Diff for: package-lock.json

+248
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"dblite": "^0.7.7",
3333
"es6-promise": "3.1.2",
3434
"jshint": "^2.9.1"
35+
},
36+
"dependencies": {
37+
"ramda": "^0.24.1"
3538
}
3639
}

0 commit comments

Comments
 (0)