blob: adbfbc45d1977a05657dc3fddfa7344ed91b1371 [file] [log] [blame]
// Names disallowed by NativeIO
const kBadNativeIoNames = [
"Uppercase",
"has-dash",
"has.dot",
"has/slash",
];