1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00

Add statement about browser compatibility to docs. (#1623)

This commit is contained in:
Ryan Dahl 2019-02-07 16:26:19 -05:00 committed by GitHub
parent 5c50d2819b
commit f527e86bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -305,6 +305,12 @@ import { test, assertEqual } from "./package.ts";
This design circumvents a plethora of complexity spawned by package management
software, centralized code repositories, and superfluous file formats.
## Browser compatibility
The subset of Deno programs which are written completely in JavaScript and do
not import the special `"deno"` module, ought to also be able to be run in a
modern web browser without change.
## Useful command line flags
V8 has many many command-line flags, that you can see with `--v8-options`. Here