oxc/tasks/coverage/src
Boshen 28b934ca74 fix(coverage): apply always_strict to test262 and typescript per the specifcation (#5555)
This also removes the confusing `SourceType::always_strict` field.

I hacked it with `SourceType::always_strict`, but what we actually want is add `'use strict'`.

This is technically a breaking change but I don't expect anyone using this outside of oxc.

The snapshot has a large diff due to every single line shifting by 1 row :-/
2024-09-06 17:14:01 +00:00
..
babel chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
misc fix(coverage): do not run generated test cases when filter is applied 2024-08-24 14:03:54 +08:00
runtime test: add trailing line breaks to conformance fixtures (#5541) 2024-09-06 12:55:17 +00:00
test262 fix(coverage): apply always_strict to test262 and typescript per the specifcation (#5555) 2024-09-06 17:14:01 +00:00
tools chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
typescript fix(coverage): apply always_strict to test262 and typescript per the specifcation (#5555) 2024-09-06 17:14:01 +00:00
driver.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
lib.rs chore: clippy::allow_attributes (#5521) 2024-09-06 03:07:02 +00:00
main.rs chore(coverage): print path relative to snapshot file (#4938) 2024-08-17 03:09:25 +00:00
suite.rs fix(coverage): apply always_strict to test262 and typescript per the specifcation (#5555) 2024-09-06 17:14:01 +00:00