Home
last modified time | relevance | path

Searched refs:pkg1 (Results 1 - 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js2 //// [/user/username/projects/myProject/pkg1/dist/index.d.ts]
5 //// [/user/username/projects/myProject/pkg1/dist/types.d.ts]
20 //// [/user/username/projects/myProject/pkg1/package.json]
21 {"name":"@raymondfeng/pkg1","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"}
27 export {MetadataAccessor} from '@raymondfeng/pkg1';
42 //// [/user/username/projects/myProject/pkg2/node_modules/@raymondfeng/pkg1] symlink(/user/username/projects/myProject/pkg1)
60 pkg3/src/keys.ts:2:14 - error TS2742: The inferred type of 'ADMIN' cannot be named without a reference to '../../pkg2/node_modules/@raymondfeng/pkg1/dist'. This is likely not portable. A type annotation is necessary.
67 pkg1/dist/types.d.ts
68 Imported via './types' from file 'pkg1/dis
[all...]
H A Dwhen-pkg-references-sibling-package-through-indirect-symlink.js2 //// [/user/username/projects/myproject/pkg1/dist/index.d.ts]
5 //// [/user/username/projects/myproject/pkg1/dist/types.d.ts]
20 //// [/user/username/projects/myproject/pkg1/package.json]
21 {"name":"@raymondfeng/pkg1","version":"1.0.0","main":"dist/index.js","typings":"dist/index.d.ts"}
27 export {MetadataAccessor} from '@raymondfeng/pkg1';
42 //// [/user/username/projects/myproject/pkg2/node_modules/@raymondfeng/pkg1] symlink(/user/username/projects/myproject/pkg1)
60 pkg3/src/keys.ts:2:14 - error TS2742: The inferred type of 'ADMIN' cannot be named without a reference to '../../pkg2/node_modules/@raymondfeng/pkg1/dist'. This is likely not portable. A type annotation is necessary.
67 pkg1/dist/types.d.ts
68 Imported via './types' from file 'pkg1/dis
[all...]
/third_party/python/Lib/test/
H A Dtest_pkgutil.py146 pkg1 = 'test_walkpackages_filesys'
147 pkg1_dir = os.path.join(self.dirname, pkg1)
189 pkg1 = 'test_walkpackages_zipfile'
195 z.writestr(pkg2 + '/' + pkg1 + '/__init__.py', "")
196 z.writestr(pkg2 + '/' + pkg1 + '/mod.py', "")
197 z.writestr(pkg1 + '/__init__.py', "")
198 z.writestr(pkg1 + '/' + pkg2 + '/__init__.py', "")
199 z.writestr(pkg1 + '/' + pkg2 + '/mod.py', "")
/third_party/typescript/tests/baselines/reference/tsbuild/declarationEmit/
H A Dwhen-declaration-file-used-inferred-type-from-referenced-project.js17 //// [/src/packages/pkg1/src/index.ts]
25 //// [/src/packages/pkg1/tsconfig.json]
29 import { IThings } from '@fluentui/pkg1';
36 {"extends":"../../tsconfig","compilerOptions":{"outDir":"lib"},"include":["src"],"references":[{"path":"../pkg1"}]}
46 * src/packages/pkg1/tsconfig.json
49 [12:00:17 AM] Project 'src/packages/pkg1/tsconfig.json' is out of date because output file 'src/packages/pkg1/lib/tsconfig.tsbuildinfo' does not exist
51 [12:00:18 AM] Building project '/src/packages/pkg1/tsconfig.json'...
60 //// [/src/packages/pkg1/lib/src/index.d.ts]
69 //// [/src/packages/pkg1/li
[all...]
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dbuild_mustpass.py1230 pkg1 = Package(module = pkgModule,
1237 gl_packages.append(pkg1)
/third_party/libabigail/tools/
H A Dabipkgdiff.cc220 package_sptr pkg1; member in options
854 << " --debug-info-pkg1|--d1 <path> path of debug-info package of package1\n" in display_usage()
856 << " --devel-pkg1|--devel1 <path> path of devel package of pakage1\n" in display_usage()
1657 if (!opts.pkg1->create_abi_file_path(elf.path, abi_file_path)) in compare_to_self()
3269 else if (!strcmp(argv[i], "--debug-info-pkg1") in parse_command_line()
3297 else if (!strcmp(argv[i], "--devel-pkg1") in parse_command_line()
3573 opts.pkg1 = first_package; in main()

Completed in 10 milliseconds