Normalizes newlines in code for the current platform.
code
String normalizeSource(String code) => normalizeNewlinesForPlatform(code);