[next] Errors on ambiguous/conflicting code intents (#1724)

This commit is contained in:
Andrea Giammarchi
2023-09-19 18:10:46 +02:00
committed by GitHub
parent e8d5138cfa
commit f6decfd93d
7 changed files with 59 additions and 16 deletions

View File

@@ -14,5 +14,9 @@
print(4, 5, 6)
second()
</py-script>
<py-script src="whatever.py">
print(4, 5, 6)
second()
</py-script>
</head>
</html>