We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9ea34 commit 34905adCopy full SHA for 34905ad
src/blocks/utils/validator.ts
@@ -23,7 +23,7 @@
23
* Take the proposed name, and return a legal name.
24
* A legal name is:
25
* 1. not empty.
26
- * 2. doesn't collide with other names.
+ * 2. doesn't collide with other names (case insensitive).
27
* 3. Optional: is a valid python identifier.
28
*/
29
export function makeLegalName(proposedName: string, otherNames: string[], mustBeValidPythonIdentifier: boolean): string {
0 commit comments