Skip to content

[experiment] direct imports #51590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 76 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
d17f091
direct imports
a-tarasyuk Nov 18, 2022
821e7ac
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Nov 24, 2022
9392335
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Dec 2, 2022
e437cea
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Dec 15, 2022
137d39d
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Dec 15, 2022
ee8f777
fix tests
a-tarasyuk Dec 15, 2022
46868fb
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Dec 16, 2022
38ecc80
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Dec 16, 2022
42f6e05
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Dec 17, 2022
d93fed3
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Dec 21, 2022
d7ed7df
include debug in scanner/core/semver
a-tarasyuk Jan 5, 2023
eb6aaf3
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 5, 2023
1136d5a
fix imports
a-tarasyuk Jan 5, 2023
c5e4f4d
disable Debug in core
a-tarasyuk Jan 6, 2023
2a72e8f
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 6, 2023
81e76d5
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 14, 2023
ef742e9
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 18, 2023
e189663
remove Debug namespace
a-tarasyuk Jan 18, 2023
8631a56
add Debug to the core
a-tarasyuk Jan 18, 2023
86b87be
move hasTabstop from compiler/utilities to services/services
a-tarasyuk Jan 18, 2023
8978915
move isNodeLikeSystem from core to platform
a-tarasyuk Jan 18, 2023
34fb095
move extensions utils that depends on the core from utilities to the …
a-tarasyuk Jan 18, 2023
ec6d397
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 19, 2023
912b4c5
move usesExtensionsOnImports and isSupportedSourceFileName from exten…
a-tarasyuk Jan 19, 2023
09db123
move extensions utils from utilities to the extension module. classif…
a-tarasyuk Jan 19, 2023
a5988f7
add missed files
a-tarasyuk Jan 19, 2023
5e260f3
fix tests
a-tarasyuk Jan 19, 2023
482e57a
fix codeql errors
a-tarasyuk Jan 19, 2023
d3fe5bf
use direct imports in tsc and identifierProperties
a-tarasyuk Jan 19, 2023
c0fba6f
revert codeql errors
a-tarasyuk Jan 19, 2023
1ae1cca
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 19, 2023
be33cb1
use direct imports in typingsInstallerCore
a-tarasyuk Jan 19, 2023
9fa51f9
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 20, 2023
620a4e9
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 20, 2023
864dab4
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 20, 2023
81aefb3
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 20, 2023
45cb3fd
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 21, 2023
ee70052
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 22, 2023
8d2ebf0
use direct imports in tsserver
a-tarasyuk Jan 22, 2023
a63bb0d
use direct imports in loggedIO
a-tarasyuk Jan 22, 2023
b134197
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 24, 2023
23a8ac6
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 25, 2023
88d5f05
revert classification of files by folders
a-tarasyuk Jan 25, 2023
32734e8
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 25, 2023
fa9b048
fix tests
a-tarasyuk Jan 25, 2023
121dac7
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 26, 2023
0821c2d
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 27, 2023
26eef84
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Jan 31, 2023
0e7ebf9
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 1, 2023
816841a
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 2, 2023
45080b4
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 3, 2023
8cb448b
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 4, 2023
ef00ef5
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 6, 2023
cf77fa3
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 8, 2023
a8782db
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 10, 2023
114e362
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 13, 2023
b3bb07e
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 15, 2023
b870a0d
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 17, 2023
43fc5cb
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 18, 2023
7bf6bff
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 21, 2023
cb47799
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 21, 2023
1f237a6
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 24, 2023
99babfc
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Feb 26, 2023
5cfcaa3
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Mar 3, 2023
ba80212
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Mar 11, 2023
6b9b2c8
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Mar 13, 2023
9b52a69
remove checkerUtilities
a-tarasyuk Mar 13, 2023
fb65fc4
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Mar 16, 2023
5296090
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Mar 21, 2023
ab42b37
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Apr 5, 2023
a631f09
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Apr 7, 2023
82d2fbe
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Apr 8, 2023
ca22aff
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Apr 22, 2023
94017d1
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk Apr 26, 2023
275f219
fix imports
a-tarasyuk Apr 26, 2023
8de2d47
Merge branch 'main' of https://github.com/microsoft/TypeScript into f…
a-tarasyuk May 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/compiler/_namespaces/ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

export * from "../corePublic";
export * from "../core";
export * from "../debug";
export * from "../extension";
export * from "../semver";
export * from "../performanceCore";
export * from "../perfLogger";
export * from "../tracing";
export * from "../types";
export * from "../sys";
export * from "../sysUtilities";
export * from "../path";
export * from "../diagnosticInformationMap.generated";
export * from "../scanner";
export * from "../scannerUtilities";
export * from "../utilitiesPublic";
export * from "../utilities";
export * from "../factory/baseNodeFactory";
Expand All @@ -24,10 +26,15 @@ export * from "../factory/nodeTests";
export * from "../factory/utilities";
export * from "../factory/utilitiesPublic";
export * from "../parser";
export * from "../parserUtilities";
export * from "../commandLineParser";
export * from "../commandLineParserUtilities";
export * from "../moduleNameResolver";
export * from "../moduleSpecifiersUtilities";
export * from "../objectAllocator";
export * from "../binder";
export * from "../symbolWalker";
export * from "../symlinkCache";
export * from "../checker";
export * from "../visitorPublic";
export * from "../sourcemap";
Expand Down Expand Up @@ -69,6 +76,9 @@ export * from "../watch";
export * from "../watchPublic";
export * from "../tsbuild";
export * from "../tsbuildPublic";
export * from "../fileMatcher";
import * as Debug from "../debug";
export { Debug };
import * as moduleSpecifiers from "./ts.moduleSpecifiers";
export { moduleSpecifiers };
import * as performance from "./ts.performance";
Expand Down
Loading