v2 / vlib / v / gen / js / README.md
15 lines · 9 sloc · 420 bytes · 7cff1f7972a658d9b0c0f7e878882eba9a0116f9
Raw

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.