Home
last modified time | relevance | path

Searched refs:esModuleInterop (Results 1 – 25 of 42) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
Des6ExportEqualsInterop.errors.txt4 …): 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 …]
DimportNonExportedMember8.errors.txt1 …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…
DimportNonExportedMember4.errors.txt1 …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…
Des6ImportNamedImportNoNamedExports.errors.txt1 …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…
DjavascriptImportDefaultBadExport.errors.txt1 /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 … with 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.
Des6ImportDefaultBindingInEs5.errors.txt1 …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 … with 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.
DallowSyntheticDefaultImports6.errors.txt1 …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 … with 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.
Des6ImportEqualsExportModuleCommonJsError.errors.txt1 …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…
DimportNonExportedMember5.errors.txt2 …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…
DimportNonExportedMember9.errors.txt2 …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…
DimportNonExportedMember6.errors.txt2 …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…
DimportNonExportedMember10.errors.txt2 …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/
DshowConfig.ts58 esModuleInterop: true,
81 esModuleInterop: true,
/third_party/typescript/tests/cases/compiler/
DreactImportUnusedInNewJSXEmit.tsx1 // @esModuleInterop: true
DtsxStatelessComponentDefaultProps.tsx3 // @esModuleInterop: true
DtsxSpreadDoesNotReportExcessProps.tsx1 // @esModuleInterop: true
DjsxPartialSpread.tsx2 // @esModuleInterop: true
DtsxInvokeComponentType.tsx3 // @esModuleInterop: true
DgenericInferenceDefaultTypeParameterJsxReact.tsx2 // @esModuleInterop: true
DtsxReactPropsInferenceSucceedsOnIntersections.tsx2 // @esModuleInterop: true
DtsxUnionMemberChecksFilterDataProps.tsx2 // @esModuleInterop: true
DjsxDeclarationsWithEsModuleInteropNoCrash.tsx6 // @esModuleInterop: true
DtsxNotUsingApparentTypeOfSFC.tsx3 // @esModuleInterop: true
/third_party/typescript/tests/cases/conformance/jsx/
DcheckJsxChildrenCanBeTupleType.tsx3 // @esModuleInterop: true
DcheckJsxUnionSFXContextualTypeInferredCorrectly.tsx3 // @esModuleInterop: true

12