mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 12:32:08 -06:00
Accept baseline for tscWatch test with alwaysStrict deprecation
Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>
This commit is contained in:
parent
6a174770f0
commit
e6282ce2c9
@ -157,10 +157,10 @@ Output::
|
||||
>> Screen clear
|
||||
[[90mHH:MM:SS AM[0m] File change detected. Starting incremental compilation...
|
||||
|
||||
[96ma.ts[0m:[93m2[0m:[93m1[0m - [91merror[0m[90m TS2531: [0mObject is possibly 'null'.
|
||||
[96mtsconfig.json[0m:[93m4[0m:[93m21[0m - [91merror[0m[90m TS5107: [0mOption 'alwaysStrict=false' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
|
||||
|
||||
[7m2[0m foo().hello
|
||||
[7m [0m [91m~~~~~[0m
|
||||
[7m4[0m "alwaysStrict": false
|
||||
[7m [0m [91m ~~~~~[0m
|
||||
|
||||
[[90mHH:MM:SS AM[0m] Found 1 error. Watching for file changes.
|
||||
|
||||
@ -182,9 +182,7 @@ Program files::
|
||||
/home/src/tslibs/TS/Lib/lib.d.ts
|
||||
/user/username/projects/myproject/a.ts
|
||||
|
||||
Semantic diagnostics in builder refreshed for::
|
||||
/home/src/tslibs/TS/Lib/lib.d.ts
|
||||
/user/username/projects/myproject/a.ts
|
||||
No cached semantic diagnostics in the builder::
|
||||
|
||||
No shapes updated in the builder::
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user