|
| 1 | +# Exit code |
| 2 | +1 |
| 3 | + |
| 4 | +# stdout |
| 5 | +``` |
| 6 | + x parents(check): VariableDeclaration -> Program |
| 7 | + ,-[files/index.js:1:1] |
| 8 | + 1 | const obj = { a: [b, c], ...d }; |
| 9 | + : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 10 | + `---- |
| 11 | +
|
| 12 | + x parents(check): Program -> null |
| 13 | + ,-[files/index.js:1:1] |
| 14 | + 1 | const obj = { a: [b, c], ...d }; |
| 15 | + : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 16 | + `---- |
| 17 | +
|
| 18 | + x parents(check): Identifier -> VariableDeclarator |
| 19 | + ,-[files/index.js:1:7] |
| 20 | + 1 | const obj = { a: [b, c], ...d }; |
| 21 | + : ^^^ |
| 22 | + `---- |
| 23 | +
|
| 24 | + x parents(check): VariableDeclarator -> VariableDeclaration |
| 25 | + ,-[files/index.js:1:7] |
| 26 | + 1 | const obj = { a: [b, c], ...d }; |
| 27 | + : ^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 28 | + `---- |
| 29 | +
|
| 30 | + x parents(check): ObjectExpression -> VariableDeclarator |
| 31 | + ,-[files/index.js:1:13] |
| 32 | + 1 | const obj = { a: [b, c], ...d }; |
| 33 | + : ^^^^^^^^^^^^^^^^^^^ |
| 34 | + `---- |
| 35 | +
|
| 36 | + x parents(check): Identifier -> Property |
| 37 | + ,-[files/index.js:1:15] |
| 38 | + 1 | const obj = { a: [b, c], ...d }; |
| 39 | + : ^ |
| 40 | + `---- |
| 41 | +
|
| 42 | + x parents(check): Property -> ObjectExpression |
| 43 | + ,-[files/index.js:1:15] |
| 44 | + 1 | const obj = { a: [b, c], ...d }; |
| 45 | + : ^^^^^^^^^ |
| 46 | + `---- |
| 47 | +
|
| 48 | + x parents(check): ArrayExpression -> Property |
| 49 | + ,-[files/index.js:1:18] |
| 50 | + 1 | const obj = { a: [b, c], ...d }; |
| 51 | + : ^^^^^^ |
| 52 | + `---- |
| 53 | +
|
| 54 | + x parents(check): Identifier -> ArrayExpression |
| 55 | + ,-[files/index.js:1:19] |
| 56 | + 1 | const obj = { a: [b, c], ...d }; |
| 57 | + : ^ |
| 58 | + `---- |
| 59 | +
|
| 60 | + x parents(check): Identifier -> ArrayExpression |
| 61 | + ,-[files/index.js:1:22] |
| 62 | + 1 | const obj = { a: [b, c], ...d }; |
| 63 | + : ^ |
| 64 | + `---- |
| 65 | +
|
| 66 | + x parents(check): SpreadElement -> ObjectExpression |
| 67 | + ,-[files/index.js:1:26] |
| 68 | + 1 | const obj = { a: [b, c], ...d }; |
| 69 | + : ^^^^ |
| 70 | + `---- |
| 71 | +
|
| 72 | + x parents(check): Identifier -> SpreadElement |
| 73 | + ,-[files/index.js:1:29] |
| 74 | + 1 | const obj = { a: [b, c], ...d }; |
| 75 | + : ^ |
| 76 | + `---- |
| 77 | +
|
| 78 | +Found 0 warnings and 12 errors. |
| 79 | +Finished in Xms on 1 file using X threads. |
| 80 | +``` |
| 81 | + |
| 82 | +# stderr |
| 83 | +``` |
| 84 | +WARNING: JS plugins are experimental and not subject to semver. |
| 85 | +Breaking changes are possible while JS plugins support is under development. |
| 86 | +``` |
0 commit comments