medvednikov

/

v2

/

vlib

/

v

/

gen

/

js
0 branches
Tree Top files
Code
Clone with HTTPS:
56 years ago
..
sourcemap all: super_batch3 fixes last Apr 13 22.6 KB
README.md jsgen: add README.md (#21630) 2 years ago 420 bytes
auto_eq_methods.v all: fix more tests last Apr 19 13.42 KB
deep_copy.v all: fix more tests last Apr 19 7.23 KB
fn.v all: super_batch6 fixes last Apr 17 19.4 KB
infix.v all: fix more tests last Apr 18 11.51 KB
js.v all: fix linux tests last Apr 25 103.0 KB
map.v all: fix more tests last Apr 18 317 bytes

JavaScript backend

Attributes

When specified on an interface, the @[single_impl] attribute prevents any type from implementing it.

Verbatim lines

Any lines starting with a # character will be included verbatim in the final output.

See also

A lot of important code is under the vlib/builtin/js directory. Especially jsfns*.js.v which defines all supported built-in JavaScript types and functions.