-
Notifications
You must be signed in to change notification settings - Fork 10
/
wsx.TODO
28 lines (17 loc) · 854 Bytes
/
wsx.TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
The list of the future changes
===========================================================================
Make "require()" compliant to the NodeJS standard
https://nodejs.org/api/modules.html#modules_all_together
===========================================================================
add compiler with /COMPILE
===========================================================================
create and WSC as another way to embed both VBS and JS scripts
===========================================================================
enable setting the `require.main` property for
- main script
- REPL
- one-line program
===========================================================================
Fix difference between this for REPL and script. Compare:
echo console.log(this) | wsx
wsx /e:console.log(this)