perf: use built-in transformer plugin #236
Annotations
8 errors and 3 warnings
tests/index.test.ts > syntax lowering:
tests/index.test.ts#L44
Error: Snapshot `syntax lowering 1` mismatched
- Expected
+ Received
- "var _a, _a$b;
+ "//#region index.ts
+ var _a, _a$b;
- const foo = (_a = a) === null || _a === void 0 || (_a$b = _a.b) === null || _a$b === void 0 ? void 0 : _a$b.call(_a);
+ const foo = (_a = a) === null || _a === void 0 || (_a$b = _a.b) === null || _a$b === void 0 ? void 0 : _a$b.call(_a);
+
+ //#endregion
export { foo };"
❯ tests/index.test.ts:44:15
|
test (ubuntu-latest, 20)
Process completed with exit code 1.
|
tests/index.test.ts > syntax lowering:
tests/index.test.ts#L44
Error: Snapshot `syntax lowering 1` mismatched
- Expected
+ Received
- "var _a, _a$b;
+ "//#region index.ts
+ var _a, _a$b;
- const foo = (_a = a) === null || _a === void 0 || (_a$b = _a.b) === null || _a$b === void 0 ? void 0 : _a$b.call(_a);
+ const foo = (_a = a) === null || _a === void 0 || (_a$b = _a.b) === null || _a$b === void 0 ? void 0 : _a$b.call(_a);
+
+ //#endregion
export { foo };"
❯ tests/index.test.ts:44:15
|
test (ubuntu-latest, 18)
Process completed with exit code 1.
|
tests/index.test.ts > syntax lowering:
tests/index.test.ts#L44
Error: Snapshot `syntax lowering 1` mismatched
- Expected
+ Received
- "var _a, _a$b;
+ "//#region index.ts
+ var _a, _a$b;
- const foo = (_a = a) === null || _a === void 0 || (_a$b = _a.b) === null || _a$b === void 0 ? void 0 : _a$b.call(_a);
+ const foo = (_a = a) === null || _a === void 0 || (_a$b = _a.b) === null || _a$b === void 0 ? void 0 : _a$b.call(_a);
+
+ //#endregion
export { foo };"
❯ tests/index.test.ts:44:15
|
test (windows-latest, 20)
Process completed with exit code 1.
|
tests/index.test.ts > syntax lowering:
tests/index.test.ts#L44
Error: Snapshot `syntax lowering 1` mismatched
- Expected
+ Received
- "var _a, _a$b;
+ "//#region index.ts
+ var _a, _a$b;
- const foo = (_a = a) === null || _a === void 0 || (_a$b = _a.b) === null || _a$b === void 0 ? void 0 : _a$b.call(_a);
+ const foo = (_a = a) === null || _a === void 0 || (_a$b = _a.b) === null || _a$b === void 0 ? void 0 : _a$b.call(_a);
+
+ //#endregion
export { foo };"
❯ tests/index.test.ts:44:15
|
test (windows-latest, 18)
Process completed with exit code 1.
|
test (ubuntu-latest, 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (ubuntu-latest, 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|