Searched refs:esModuleInterop (Results 1 – 25 of 45) sorted by relevance
12
| /third_party/typescript/tests/baselines/reference/ |
| D | es6ExportEqualsInterop.errors.txt | 4 …): error TS1259: Module '"interface"' can only be default-imported using the 'esModuleInterop' flag 5 …8): error TS1259: Module '"variable"' can only be default-imported using the 'esModuleInterop' flag 6 …TS1259: Module '"interface-variable"' can only be default-imported using the 'esModuleInterop' flag 7 …0,8): error TS1259: Module '"module"' can only be default-imported using the 'esModuleInterop' flag 8 …r TS1259: Module '"interface-module"' can only be default-imported using the 'esModuleInterop' flag 9 …or TS1259: Module '"variable-module"' can only be default-imported using the 'esModuleInterop' flag 10 …8): error TS1259: Module '"function"' can only be default-imported using the 'esModuleInterop' flag 11 …or TS1259: Module '"function-module"' can only be default-imported using the 'esModuleInterop' flag 12 …35,8): error TS1259: Module '"class"' can only be default-imported using the 'esModuleInterop' flag 13 …error TS1259: Module '"class-module"' can only be default-imported using the 'esModuleInterop' flag [all …]
|
| D | importNonExportedMember8.errors.txt | 1 …can only be imported by using a 'require' call or by turning on the 'esModuleInterop' flag and usi… 2 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref… 12 …can only be imported by using a 'require' call or by turning on the 'esModuleInterop' flag and usi… 14 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref…
|
| D | importNonExportedMember4.errors.txt | 1 …mported by using 'import Foo = require("./a")' or by turning on the 'esModuleInterop' flag and usi… 2 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref… 12 …mported by using 'import Foo = require("./a")' or by turning on the 'esModuleInterop' flag and usi… 14 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref…
|
| D | es6ImportNamedImportNoNamedExports.errors.txt | 1 …ire("./es6ImportNamedImportNoNamedExports_0")' or by turning on the 'esModuleInterop' flag and usi… 2 …ire("./es6ImportNamedImportNoNamedExports_0")' or by turning on the 'esModuleInterop' flag and usi… 12 …ire("./es6ImportNamedImportNoNamedExports_0")' or by turning on the 'esModuleInterop' flag and usi… 15 …ire("./es6ImportNamedImportNoNamedExports_0")' or by turning on the 'esModuleInterop' flag and usi…
|
| D | javascriptImportDefaultBadExport.errors.txt | 1 /b.js(1,8): error TS1259: Module '"/a"' can only be default-imported using the 'esModuleInterop' fl… 14 !!! error TS1259: Module '"/a"' can only be default-imported using the 'esModuleInterop' flag 15 …using 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.
|
| D | es6ImportDefaultBindingInEs5.errors.txt | 1 …iler/es6ImportDefaultBindingInEs5_0"' can only be default-imported using the 'esModuleInterop' flag 11 …iler/es6ImportDefaultBindingInEs5_0"' can only be default-imported using the 'esModuleInterop' flag 12 …using 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.
|
| D | allowSyntheticDefaultImports6.errors.txt | 1 …59: Module '"tests/cases/compiler/b"' can only be default-imported using the 'esModuleInterop' flag 13 …59: Module '"tests/cases/compiler/b"' can only be default-imported using the 'esModuleInterop' flag 14 …using 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.
|
| D | es6ImportEqualsExportModuleCommonJsError.errors.txt | 1 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref… 11 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref…
|
| D | importNonExportedMember5.errors.txt | 2 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref… 14 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref…
|
| D | importNonExportedMember9.errors.txt | 2 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref… 14 …nly be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and ref…
|
| D | importNonExportedMember6.errors.txt | 2 …s(1,10): error TS2596: 'Foo' can only be imported by turning on the 'esModuleInterop' flag and usi… 15 !!! error TS2596: 'Foo' can only be imported by turning on the 'esModuleInterop' flag and using a d…
|
| D | importNonExportedMember10.errors.txt | 2 …s(1,10): error TS2596: 'Foo' can only be imported by turning on the 'esModuleInterop' flag and usi… 15 !!! error TS2596: 'Foo' can only be imported by turning on the 'esModuleInterop' flag and using a d…
|
| /third_party/typescript/src/testRunner/unittests/config/ |
| D | showConfig.ts | 58 esModuleInterop: true, 81 esModuleInterop: true,
|
| /third_party/typescript/tests/cases/compiler/ |
| D | reactImportUnusedInNewJSXEmit.tsx | 1 // @esModuleInterop: true
|
| D | tsxStatelessComponentDefaultProps.tsx | 3 // @esModuleInterop: true
|
| D | tsxSpreadDoesNotReportExcessProps.tsx | 1 // @esModuleInterop: true
|
| D | jsxPartialSpread.tsx | 2 // @esModuleInterop: true
|
| D | tsxInvokeComponentType.tsx | 3 // @esModuleInterop: true
|
| D | tsxReactPropsInferenceSucceedsOnIntersections.tsx | 2 // @esModuleInterop: true
|
| D | tsxUnionMemberChecksFilterDataProps.tsx | 2 // @esModuleInterop: true
|
| D | tsxNotUsingApparentTypeOfSFC.tsx | 3 // @esModuleInterop: true
|
| D | jsxDeclarationsWithEsModuleInteropNoCrash.tsx | 6 // @esModuleInterop: true
|
| D | reactDefaultPropsInferenceSuccess.tsx | 3 // @esModuleInterop: true
|
| /third_party/typescript/tests/cases/conformance/jsx/ |
| D | checkJsxChildrenCanBeTupleType.tsx | 3 // @esModuleInterop: true
|
| D | checkJsxUnionSFXContextualTypeInferredCorrectly.tsx | 3 // @esModuleInterop: true
|
12