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:
parent
e9ce043b7c
commit
aa58128a12
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue