Home
last modified time | relevance | path

Searched defs:import (Results 1 – 25 of 59) sorted by relevance

123

/third_party/typescript/tests/cases/compiler/
DmoduleAugmentationCollidingNamesInAugmentation1.ts30 import "./map1"; property in Observable
31 import "./map2"; property in Observable
DconstEnums.ts89 import I = A.B.C.E; enumerator
90 import I1 = A1.B; enumerator
91 import I2 = A2.B; enumerator
DmoduleAugmentationDeclarationEmit1.ts30 import "./map"; property in Observable
DmoduleAugmentationExtendFileModule1.ts29 import "./map"; property in Observable
DmoduleAugmentationDeclarationEmit2.ts30 import "./map"; property in Observable
DmoduleAugmentationExtendFileModule2.ts29 import "./map"; property in Observable
DdeclarationEmitReexportedSymlinkReference2.ts26 import "./secondary"; property in MetadataAccessor
DmoduleAugmentationNoNewNames.ts25 import "./map"; property in Observable
DmoduleAugmentationDisallowedExtensions.ts46 import "./x"; property in Observable
/third_party/node/test/fixtures/node_modules/pkgexports/
Dpackage.json29 "import": "./custom-condition.mjs", string
32 "import": "///overridden", string
41 "import": { object
48 "import": "./resolve-self.mjs" string
52 "import": "./resolve-self-invalid.mjs" string
/third_party/node/test/fixtures/es-modules/pkgimports/
Dpackage.json5 "import": "./importbranch.js", string
17 "import": { object
/third_party/node/test/fixtures/node_modules/pkgexports-sugar2/
Dpackage.json4 "import": "./main.js" string
/third_party/node/test/fixtures/node_modules/pkgexports-main/
Dpackage.json4 "import": "./module.mjs" string
/third_party/openssl/util/perl/OpenSSL/
Dfallback.pm66 sub import { subroutine
/third_party/elfutils/libdw/
Dlibdw_visit_scopes.c138 for (struct Dwarf_Die_Chain *import = state->imports; import != NULL; in walk_children() local
151 struct Dwarf_Die_Chain import = { .die = orig_child_die, in walk_children() local
/third_party/typescript/tests/cases/conformance/types/import/
DimportTypeAmbient.ts40 let shim: typeof import("foo2") = { method in Bar
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/
Dpackage.json21 "import": "./dist/index.js", string
/third_party/node/lib/internal/modules/esm/
Dloader.js176 async import(specifier, parent) { method in Loader
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/
Dwith---outFile-and-multiple-declaration-files-in-the-program.js38 1 namespace main.file4 { import DynamicMenu = Common.SomeComponent.DynamicMenu; export func… field
Dwithout---outFile-and-multiple-declaration-files-in-the-program.js38 1 namespace main.file4 { import DynamicMenu = Common.SomeComponent.DynamicMenu; export func… field
/third_party/node/deps/cjs-module-lexer/
Dpackage.json7 "import": "./dist/lexer.mjs", string
/third_party/node/deps/acorn/acorn-walk/
Dpackage.json11 "import": "./dist/walk.mjs", string
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts31 import; property in C
100 import; property
170 import; variable
239 import, enumerator
/third_party/node/deps/acorn/acorn/
Dpackage.json11 "import": "./dist/acorn.mjs", string
/third_party/python/Doc/reference/
Dsimple_stmts.rst716 .. _import: target in The :keyword:`!continue` statement

123