TypeScript/src/testRunner/unittests
Ryan Cavanaugh e00b5ecd40
Enable max-statements-per-line lint rule (#45475)
* Enable the rule

* Fix all the violations
2021-08-16 13:53:51 -07:00
..
config Rename TSConfig option categories (#42514) 2021-06-03 12:21:04 +01:00
evaluation Fix and validate post-increment/decrement in module emit (#44968) 2021-07-19 13:34:42 -07:00
services Enable max-statements-per-line lint rule (#45475) 2021-08-16 13:53:51 -07:00
tsbuild Enable max-statements-per-line lint rule (#45475) 2021-08-16 13:53:51 -07:00
tsbuildWatch Add SolutionBuilderHostBase.getCustomTransformers to be used when emitting. (#44489) 2021-06-07 15:32:39 -07:00
tsc Revisions for the new --help (#44800) 2021-08-05 16:41:01 +01:00
tscWatch Consider module augmentations in files referenced by imports in watch/incremental (#45156) 2021-07-23 16:32:52 -07:00
tsserver Use getFileAndProject in session provideInlayHints to ensure language service updates are applied (#45394) 2021-08-10 11:48:35 -07:00
asserts.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
base64.ts Add unittests:: on all unittests describe blocks for easy run 2018-12-20 13:20:53 -08:00
builder.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
comments.ts revert change of trailing comment parsing 2019-01-27 17:41:20 +01:00
compilerCore.ts Add unittests:: on all unittests describe blocks for easy run 2018-12-20 13:20:53 -08:00
convertToBase64.ts Add unittests:: on all unittests describe blocks for easy run 2018-12-20 13:20:53 -08:00
createMapShim.ts Enable max-statements-per-line lint rule (#45475) 2021-08-16 13:53:51 -07:00
createSetShim.ts Enable max-statements-per-line lint rule (#45475) 2021-08-16 13:53:51 -07:00
customTransforms.ts feat(eslint): consistent-type-assertions (#43556) 2021-05-18 06:20:57 -07:00
debugDeprecation.ts Enable max-statements-per-line lint rule (#45475) 2021-08-16 13:53:51 -07:00
factory.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
incrementalParser.ts Allowed comment directives to be multiline (#38228) 2020-05-06 13:09:29 -07:00
jsDocParsing.ts @link support, second try (#43312) 2021-03-22 16:39:35 -07:00
jsonParserRecovery.ts Improve JSON parser error recovery (#42657) 2021-02-23 09:31:09 -08:00
moduleResolution.ts Keep track of why files are in the program (#40011) 2020-12-08 16:10:05 -08:00
parsePseudoBigInt.ts Add unittests:: on all unittests describe blocks for easy run 2018-12-20 13:20:53 -08:00
paths.ts Fixes to handle file names in module resolution watching and createGetCanonicalFileName (#36106) 2020-01-31 10:40:57 -08:00
printer.ts Don't emit duplicate triple-slash directives when using API to print a .d.ts 2020-10-06 15:02:41 -07:00
programApi.ts Keep track of why files are in the program (#40011) 2020-12-08 16:10:05 -08:00
publicApi.ts Fix getChildCount/At methods in EndOfFileTokens (#44991) 2021-07-30 09:03:19 -07:00
reuseProgramStructure.ts Add traces for module resolution reuse (#44282) 2021-05-27 11:14:12 -07:00
semver.ts Add unit tests for VersionRange (#40114) 2020-08-18 13:06:17 -07:00
transform.ts Do not incorrectly add line separators for non-synthetic nodes when emitting node list (#44070) 2021-06-04 09:46:23 -05:00