mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
js: prefix V builtin functions, so they do not overlap with JS (#11483)
This commit is contained in:
@@ -13,7 +13,7 @@ import v.errors
|
||||
import os
|
||||
import hash.fnv1a
|
||||
|
||||
const (
|
||||
pub const (
|
||||
builtin_functions = ['print', 'println', 'eprint', 'eprintln', 'isnil', 'panic', 'exit']
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user