mirror of
https://github.com/github/codeql.git
synced 2026-07-12 23:15:40 +02:00
asdf
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export const x = 1;
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
// Use unusual name to test independently of naming heuristics
|
||||
"outDir": "./customOutDir"
|
||||
}
|
||||
}
|
||||
@@ -22,3 +22,5 @@ import '@example/package-guess2'; // $ importTarget=PackageGuess2/blah/stuff.ts
|
||||
|
||||
import './PackageWithMainExt'; // $ importTarget=PackageWithMainExt/lib/main.ts
|
||||
import '@example/package-with-main-ext'; // $ importTarget=PackageWithMainExt/lib/main.ts
|
||||
|
||||
import './TSConfigOutDir/customOutDir/foo.js'; // $ importTarget=TSConfigOutDir/src/foo.ts
|
||||
|
||||
@@ -74,3 +74,4 @@
|
||||
| import-packages.ts:21:1:21:33 | import ... uess2'; | PackageGuess2/blah/stuff.ts |
|
||||
| import-packages.ts:23:1:23:30 | import ... inExt'; | PackageWithMainExt/lib/main.ts |
|
||||
| import-packages.ts:24:1:24:40 | import ... n-ext'; | PackageWithMainExt/lib/main.ts |
|
||||
| import-packages.ts:26:1:26:46 | import ... oo.js'; | TSConfigOutDir/src/foo.ts |
|
||||
|
||||
Reference in New Issue
Block a user