-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTODO
More file actions
42 lines (32 loc) · 908 Bytes
/
Copy pathTODO
File metadata and controls
42 lines (32 loc) · 908 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Allow more parentheis: (true)
Improve number literal parsing
https://github.com/EricSmekens/jsep/blob/master/packages/numbers/src/index.js
Allow regexp literals
https://github.com/EricSmekens/jsep/blob/master/packages/regex/src/index.js
Consider adding template literals
https://github.com/EricSmekens/jsep/blob/master/packages/template/src/index.js
Add ternary
https://github.com/EricSmekens/jsep/blob/master/packages/ternary/src/index.js
Add a switch directive
Perform speed tests - general
Perform speed tests - large *for
Perform speed tests - large *repeat
Verify that there's no memory leaks, preferably automatically in the unit tests
Comparisons
* React
* Angular
* Mithril
* VanJS
Compare
* Types of updates
* Size
* Speed
* Preprocessor needed
* HTML or HyperScript
* State management
* Events
* Style scoping
* Web components
* Routing
* Server-side rendering
* Classes, functions, both