mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
reset soft with master for single commit (#38720)
This commit is contained in:
@@ -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?
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user