reset soft with master for single commit (#38720)

This commit is contained in:
Noj Vek
2020-06-18 00:22:32 -07:00
committed by GitHub
parent c3c6be6618
commit f697d26ca1
43 changed files with 816 additions and 47 deletions
+3 -1
View File
@@ -8568,7 +8568,9 @@ namespace ts {
});
break;
}
case "jsx": return; // Accessed directly
case "jsx":
case "jsxfrag":
return; // Accessed directly
default: Debug.fail("Unhandled pragma kind"); // Can this be made into an assertNever in the future?
}
});