This repository was archived by the owner on Apr 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
execute/unary-expression-006 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "type" : " node" ,
9+ "request" : " launch" ,
10+ "name" : " Run test" ,
11+ "program" : " ${workspaceFolder}/node_modules/ava/profile.js" ,
12+ "args" : [" ${file}" ],
13+ "cwd" : " ${workspaceFolder}" ,
14+ "skipFiles" : [" <node_internals>/**/*.js" ]
15+ }
16+ ]
17+ }
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " Program" ,
3+ "body" : [
4+ {
5+ "type" : " ExpressionStatement" ,
6+ "expression" : {
7+ "type" : " UnaryExpression" ,
8+ "operator" : " ~" ,
9+ "argument" : {
10+ "type" : " UnaryExpression" ,
11+ "operator" : " ~" ,
12+ "argument" : {
13+ "type" : " UnaryExpression" ,
14+ "operator" : " ~" ,
15+ "argument" : {
16+ "type" : " UnaryExpression" ,
17+ "operator" : " ~" ,
18+ "argument" : {
19+ "type" : " UnaryExpression" ,
20+ "operator" : " ~" ,
21+ "argument" : {
22+ "type" : " Literal" ,
23+ "value" : 0
24+ }
25+ }
26+ }
27+ }
28+ }
29+ }
30+ }
31+ ]
32+ }
Original file line number Diff line number Diff line change 1+ /**
2+ * @since 20180731 09:59
3+ * @author vivaxy
4+ */
5+
6+ module . exports = - 1 ;
Original file line number Diff line number Diff line change 1+ ~ ~ 0
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " Program" ,
3+ "body" : [
4+ {
5+ "type" : " ExpressionStatement" ,
6+ "expression" : {
7+ "type" : " UnaryExpression" ,
8+ "operator" : " ~" ,
9+ "argument" : {
10+ "type" : " UnaryExpression" ,
11+ "operator" : " ~" ,
12+ "argument" : {
13+ "type" : " Literal" ,
14+ "value" : 0
15+ }
16+ }
17+ }
18+ }
19+ ]
20+ }
Original file line number Diff line number Diff line change 1+ ~ ~ ~ ~ ~ 0
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " Program" ,
3+ "body" : [
4+ {
5+ "type" : " ExpressionStatement" ,
6+ "expression" : {
7+ "type" : " UnaryExpression" ,
8+ "operator" : " ~" ,
9+ "argument" : {
10+ "type" : " UnaryExpression" ,
11+ "operator" : " ~" ,
12+ "argument" : {
13+ "type" : " UnaryExpression" ,
14+ "operator" : " ~" ,
15+ "argument" : {
16+ "type" : " UnaryExpression" ,
17+ "operator" : " ~" ,
18+ "argument" : {
19+ "type" : " UnaryExpression" ,
20+ "operator" : " ~" ,
21+ "argument" : {
22+ "type" : " Literal" ,
23+ "value" : 0
24+ }
25+ }
26+ }
27+ }
28+ }
29+ }
30+ }
31+ ]
32+ }
You can’t perform that action at this time.
0 commit comments