% starlark
Welcome to Starlark (go.starlark.net)
>>>
>>>
>>> def f(js_library, AsLibrary):
... _ = as_library
...
<stdin>:2:7: undefined: as_library (did you mean AsLibrary?)
The spell checker ignores case and underscores, but perhaps it shouldn't, or perhaps it should ignore them only if it go no matches when considering them. (Perhaps that can be implemented cleanly by treating the distance from 'a' to 'A' as less then 1.0.)
The spell checker ignores case and underscores, but perhaps it shouldn't, or perhaps it should ignore them only if it go no matches when considering them. (Perhaps that can be implemented cleanly by treating the distance from 'a' to 'A' as less then 1.0.)