diff --git a/testdata/baselines/reference/submoduleTriaged/conformance/nodeModulesAllowJsImportAssignment(module=node16).js.diff b/testdata/baselines/reference/submoduleAccepted/conformance/nodeModulesAllowJsImportAssignment(module=node16).js.diff similarity index 100% rename from testdata/baselines/reference/submoduleTriaged/conformance/nodeModulesAllowJsImportAssignment(module=node16).js.diff rename to testdata/baselines/reference/submoduleAccepted/conformance/nodeModulesAllowJsImportAssignment(module=node16).js.diff diff --git a/testdata/baselines/reference/submoduleTriaged/conformance/nodeModulesAllowJsImportAssignment(module=node18).js.diff b/testdata/baselines/reference/submoduleAccepted/conformance/nodeModulesAllowJsImportAssignment(module=node18).js.diff similarity index 100% rename from testdata/baselines/reference/submoduleTriaged/conformance/nodeModulesAllowJsImportAssignment(module=node18).js.diff rename to testdata/baselines/reference/submoduleAccepted/conformance/nodeModulesAllowJsImportAssignment(module=node18).js.diff diff --git a/testdata/baselines/reference/submoduleTriaged/conformance/nodeModulesAllowJsImportAssignment(module=node20).js.diff b/testdata/baselines/reference/submoduleAccepted/conformance/nodeModulesAllowJsImportAssignment(module=node20).js.diff similarity index 100% rename from testdata/baselines/reference/submoduleTriaged/conformance/nodeModulesAllowJsImportAssignment(module=node20).js.diff rename to testdata/baselines/reference/submoduleAccepted/conformance/nodeModulesAllowJsImportAssignment(module=node20).js.diff diff --git a/testdata/baselines/reference/submoduleTriaged/conformance/nodeModulesAllowJsImportAssignment(module=nodenext).js.diff b/testdata/baselines/reference/submoduleAccepted/conformance/nodeModulesAllowJsImportAssignment(module=nodenext).js.diff similarity index 100% rename from testdata/baselines/reference/submoduleTriaged/conformance/nodeModulesAllowJsImportAssignment(module=nodenext).js.diff rename to testdata/baselines/reference/submoduleAccepted/conformance/nodeModulesAllowJsImportAssignment(module=nodenext).js.diff diff --git a/testdata/submoduleAccepted.txt b/testdata/submoduleAccepted.txt index 975c9c00e44..a82d01650e3 100644 --- a/testdata/submoduleAccepted.txt +++ b/testdata/submoduleAccepted.txt @@ -939,6 +939,10 @@ conformance/nodeModulesAllowJsImportMeta(module=node16).js.diff conformance/nodeModulesAllowJsImportMeta(module=node18).js.diff conformance/nodeModulesAllowJsImportMeta(module=node20).js.diff conformance/nodeModulesAllowJsImportMeta(module=nodenext).js.diff +conformance/nodeModulesAllowJsImportAssignment(module=node16).js.diff +conformance/nodeModulesAllowJsImportAssignment(module=node18).js.diff +conformance/nodeModulesAllowJsImportAssignment(module=node20).js.diff +conformance/nodeModulesAllowJsImportAssignment(module=nodenext).js.diff conformance/nodeModulesAllowJsTopLevelAwait(module=node16).js.diff conformance/nodeModulesAllowJsTopLevelAwait(module=node18).js.diff conformance/nodeModulesAllowJsTopLevelAwait(module=node20).js.diff diff --git a/testdata/submoduleTriaged.txt b/testdata/submoduleTriaged.txt index d5270a4ade9..d8e4c478a66 100644 --- a/testdata/submoduleTriaged.txt +++ b/testdata/submoduleTriaged.txt @@ -40,13 +40,6 @@ compiler/multiLinePropertyAccessAndArrowFunctionIndent1.errors.txt.diff compiler/parseErrorIncorrectReturnToken.errors.txt.diff conformance/parserStatementIsNotAMemberVariableDeclaration1(alwaysstrict=true).errors.txt.diff -# JS declaration emit adds `export import` modifier for require-style import assignments -## https://github.com/microsoft/typescript-go/issues/3542 -conformance/nodeModulesAllowJsImportAssignment(module=node16).js.diff -conformance/nodeModulesAllowJsImportAssignment(module=node18).js.diff -conformance/nodeModulesAllowJsImportAssignment(module=node20).js.diff -conformance/nodeModulesAllowJsImportAssignment(module=nodenext).js.diff - # CJS `module.exports = {}` now emits `export = _default` with inlined object type instead of named exports ## https://github.com/microsoft/typescript-go/issues/3543 compiler/jsDeclarationEmitExportAssignedArray.js.diff