0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

docs: Added unstable message to compiler api (#5272)

This commit is contained in:
Luca Casonato 2020-05-13 18:10:54 +02:00 committed by GitHub
parent e9ce043b7c
commit aa58128a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
## Compiler API
> This is an unstable Deno feature. Learn more about
> [unstable features](./stability.md).
Deno supports runtime access to the built-in TypeScript compiler. There are
three methods in the `Deno` namespace that provide this access.