@codemirror/lang-python
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -0,1 +1,7 @@ | ||
## 6.1.1 (2022-12-24) | ||
### Bug fixes | ||
Remove leftover log statements. | ||
## 6.1.0 (2022-11-18) | ||
@@ -2,0 +8,0 @@ |
@@ -66,3 +66,2 @@ import { parser } from '@lezer/python'; | ||
return cached; | ||
console.log("get scope for", node.name); | ||
let completions = [], top = true; | ||
@@ -77,3 +76,3 @@ function def(node, type) { | ||
if (gather && gather(node, def, top) || !top && ScopeNodes.has(node.name)) | ||
return console.log("bail for", node.name), false; | ||
return false; | ||
top = false; | ||
@@ -80,0 +79,0 @@ } |
{ | ||
"name": "@codemirror/lang-python", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Python language support for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
31451
570