Skip to content

Commit

Permalink
jsgen: add README.md (vlang#21630)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-db authored Jun 1, 2024
1 parent 12de7cf commit 7cff1f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vlib/v/gen/js/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 7cff1f7

Please sign in to comment.