diff --git a/vlib/v/gen/js/README.md b/vlib/v/gen/js/README.md new file mode 100644 index 0000000000..211fd39019 --- /dev/null +++ b/vlib/v/gen/js/README.md @@ -0,0 +1,15 @@ +# 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. \ No newline at end of file