Commit Graph
36093 Commits
Author SHA1 Message Date
Daniel RosenwasserandGitHub 327bd0990f Add non-mutating Array methods to es2023 in the lib/target suggestion list (#58951) 2024-06-20 16:11:39 -07:00
Sheetal NandiandGitHub beb375a9ca Fix incorrect lib condition again! (#58945) 2024-06-20 13:18:39 -07:00
Jake BaileyandGitHub ef079c9dd3 Update to TS 5.5.2 (#58947) 2024-06-20 12:34:07 -07:00
Jake BaileyandGitHub aa249c094b Revert "Fix incorrect condition of noLib" (PR 58867) (#58935) 2024-06-19 14:31:51 -07:00
47bb090ded Defer creation of barebonesLibSourceFile (#58931)
Co-authored-by: Titian Cernicova-Dragomir <tcernicovad1@bloomberg.net>
2024-06-19 11:34:52 -07:00
Jake BaileyandGitHub c38569655b Set JSDocParsingMode.ParseForTypeErrors in compiler tests (#58917) 2024-06-18 17:28:44 -07:00
Oleksandr TandGitHub e8fca15b14 fix(58801): "Move to file" on global code unnecessarily imports/exports, generates invalid code (#58811) 2024-06-18 17:24:22 -07:00
Jake BaileyandGitHub 867476e57a Reject internal tag on private decls, strip comments from private decls in dtsBundler (#58869) 2024-06-18 16:14:29 -07:00
Daniel RosenwasserandGitHub 4935e14901 Use more explicit operations in core helpers (and other nits) (#58873) 2024-06-18 16:00:00 -07:00
Sheetal NandiandGitHub 4239025fa3 Fix incorrect condition of noLib (#58867) 2024-06-18 15:17:29 -07:00
f999951015 fix55816: exclude files with re-exports if excluded by preferences.autoImportFileExcludePatterns (#58537)
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
2024-06-18 14:03:18 -07:00
Jake BaileyandGitHub fb88f027b0 Update deps, dprint config (#58906) 2024-06-17 18:10:11 -07:00
Mateusz BurzyńskiandGitHub 7410cfd632 Deprecate .hasRestElement in favor of combinedFlags (#58864) 2024-06-17 15:53:32 -07:00
Mateusz BurzyńskiandGitHub a71841c77b Improve logic that chooses co- vs. contra-variant inferences (#57909) 2024-06-17 15:25:06 -07:00
Jake BaileyandGitHub ed81ca6c0a Fix global when typescript.js loaded as script (#58895) 2024-06-17 14:07:02 -07:00
Andrew BranchandGitHub e6ae9866fd Fix declaration emit crash (#58872) 2024-06-17 12:01:40 -07:00
Jake BaileyandGitHub b63e5307ab Expose getBigIntLiteralType (#58887) 2024-06-17 11:25:43 -07:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b1c52c53cc Bump github/codeql-action from 3.25.7 to 3.25.8 in the github-actions group (#58814)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-14 15:00:24 -07:00
Mateusz BurzyńskiandGitHub 25d34138e3 Allow signature help argument count to be equal to argument index (#58203) 2024-06-14 14:50:36 -07:00
Mateusz BurzyńskiandGitHub 0ca1973d8f Fixed widening errors locations in union-normalized object literal types (#58157) 2024-06-14 13:20:17 -07:00
Mateusz BurzyńskiandGitHub 61ffce078b Fixed reported errors for variadic element mismatches (#58708) 2024-06-14 13:17:42 -07:00
Sheetal NandiandGitHub e6add984c7 Search ancestor and its references for default projects (#57196) 2024-06-14 13:13:37 -07:00
Sheetal NandiandGitHub d44c9c32e9 Always build project irrespective of errors in dependency with tsc -b (#58854) 2024-06-14 13:12:07 -07:00
Sheetal NandiandGitHub e834989ebd Allow --noCheck to be commandLine option (#58839) 2024-06-14 11:40:32 -07:00
Mateusz BurzyńskiandGitHub c2e48e564a Fixed declaration emit issue related to a qualifier being reused cross-file (#58810) 2024-06-14 08:14:05 -07:00
Andrew BranchandGitHub 56289733a4 Revert #57896 (#58857) 2024-06-13 16:40:23 -07:00
Gabriela Araujo BrittoandGitHub 4857546865 Region-based semantic diagnostics (#57842) 2024-06-13 16:21:01 -07:00
Sheetal NandiandGitHub b258429aaa tsc -b removes silent noEmitOnError and emits files even if there are errors (#58838) 2024-06-13 13:12:35 -07:00
Jake BaileyandGitHub e30b5fbafe Remove typescript-etw (#58832) 2024-06-13 13:04:51 -07:00
Mateusz BurzyńskiandGitHub e370c867c0 Fixed declaration emit crash related to enum entity name expressions (#58786) 2024-06-13 10:59:26 -07:00
TypeScript Bot 6f06eb1b27 Update package-lock.json 2024-06-13 03:21:24 +00:00
Isabel DuanandGitHub eced8fc263 update baselines (#58849) 2024-06-12 19:20:57 -07:00
Andrew BranchandGitHub 97f3f0c8dd Disable #57896 (Respect package.json "type" and module-format-specific file extensions in more module modes) (#58831) 2024-06-12 16:48:25 -07:00
Oleksandr TandGitHub 4ada2706a7 fix(57141): override keyword doesn't check symbol-key class members (#57146) 2024-06-12 16:25:06 -07:00
Andrew BranchandGitHub 1948e92e3a [DO NOT MERGE UNTIL 5.6] Fix re-exported defaults in ExportInfoMap (#58837) 2024-06-12 15:43:20 -07:00
Sheetal NandiandGitHub 46fe067a06 Ensure the updates with crashes reverts the change to scriptInfo (#58846) 2024-06-12 15:26:48 -07:00
Sheetal NandiandGitHub dca9182ca8 Always write tsbuildInfo when running tsc -b (#58626) 2024-06-12 13:46:19 -07:00
Mateusz BurzyńskiandGitHub 359646b48b Fixed a regression with reporting unused parameters in potential predicates (#58514) 2024-06-12 13:29:59 -07:00
Gabriela Araujo BrittoandGitHub 346df34b17 Fix typo in canIncludeBindAndCheckDiagnostics (#58840) 2024-06-12 13:01:08 -07:00
Sheetal NandiandGitHub d8086f14b6 BuildInfo refactoring: Now that we dont have bundle we dont need program field explicitly (#58789) 2024-06-06 15:08:11 -07:00
Sheetal NandiandGitHub b9d96df61f Some refactoring so we arent checking undefined on program or asserting it so much (#58782) 2024-06-05 16:42:36 -07:00
graphemeclusterandGitHub f5238c328e Provide Spelling Suggestions for Named Capture Group References in Regular Expressions (#58613) 2024-06-04 13:47:58 -07:00
dc1ffb1648 Correct regular expression flags scanning for non-BMP characters (#58612)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-06-04 13:45:00 -07:00
8d62e2f175 Implement "Arbitrary Module Namespace Identifiers" (#58640)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-06-04 13:40:50 -07:00
Wesley WighamandGitHub 112e860602 Allow references to the global Symbol in computed property names under isolatedDeclarations (#58771) 2024-06-04 12:55:24 -07:00
506f3e26c3 fix58438: do not delete comments/code following unterminated string completion (#58742)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2024-06-03 21:10:32 -07:00
Sheetal NandiandGitHub 9edddc73ad Write buildInfo even if we dont emit js or dts for --outFile scenarios (#58760) 2024-06-03 17:06:14 -07:00
Jake BaileyandGitHub afad09986d Remove unwrapParenthesizedType, use skipTypeParentheses (#58768) 2024-06-03 16:39:38 -07:00
Titian Cernicova-DragomirandGitHub 370228311c Resolve keyof and index operations instead of their targets. (#58758) 2024-06-03 16:21:48 -07:00
Sheetal NandiandGitHub 145b106c20 Tests refactor for easy comparison between outFile and multiFile scenario (#58761) 2024-06-03 13:59:28 -07:00