python tools\lint.py
Done processing core\libdeno\test.h
Done processing core\libdeno\file_util.h
Done processing core\libdeno\modules_test.cc
Done processing core\libdeno\exceptions.cc
Done processing core\libdeno\exceptions.h
Done processing core\libdeno\internal.h
Done processing core\libdeno\libdeno_test.cc
Done processing core\libdeno\modules.cc
Done processing core\libdeno\api.cc
Done processing core\libdeno\snapshot_creator.cc
Done processing core\libdeno\file_util_test.cc
Done processing core\libdeno\file_util.cc
Done processing core\libdeno\binding.cc
Done processing core\libdeno\deno.h
Done processing core\libdeno\test.cc
=============
WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.4.0
YOUR TYPESCRIPT VERSION: 3.4.1
Please only submit bug reports when using the officially supported version.
=============
@ry I've got same in my TS & rollup project. I don't do anything with it :smiley:
Same here.
@typescript-eslint/parser
has a warnOnUnsupportedTypeScriptVersion
option which, if set to false
, will disable this warning.
Most helpful comment
@typescript-eslint/parser
has awarnOnUnsupportedTypeScriptVersion
option which, if set tofalse
, will disable this warning.