Deno: during tools/lint.py the following warning happens

Created on 15 Apr 2019  路  3Comments  路  Source: denoland/deno

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.
=============

Most helpful comment

@typescript-eslint/parser has a warnOnUnsupportedTypeScriptVersion option which, if set to false, will disable this warning.

All 3 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sh7dm picture sh7dm  路  3Comments

zugende picture zugende  路  3Comments

amiteshore picture amiteshore  路  3Comments

benjamingr picture benjamingr  路  3Comments

watilde picture watilde  路  3Comments