mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
js,checker: fix some modules build for v -b js self, fix or block check in ast.CallExpr (#12231)
This commit is contained in:
@@ -1 +1,6 @@
|
||||
module hash
|
||||
|
||||
pub fn sum64_string(s string, key u64) u64 {
|
||||
panic('not yet implemented')
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user