mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-20 19:00:40 -05:00
[next] Errors on ambiguous/conflicting code intents (#1724)
This commit is contained in:
committed by
GitHub
parent
e8d5138cfa
commit
f6decfd93d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user