mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
jsgen: add README.md (#21630)
This commit is contained in:
parent
12de7cff04
commit
7cff1f7972
1 changed files with 15 additions and 0 deletions
15
vlib/v/gen/js/README.md
Normal file
15
vlib/v/gen/js/README.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue