diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-05-13 18:10:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 18:10:54 +0200 |
commit | aa58128a128d83174182ed412bc639768500d7e8 (patch) | |
tree | 861d1746755af620163354f87b049e90c284ddb5 /docs/runtime/compiler_apis.md | |
parent | e9ce043b7cf281b9dcc90f9bb9473bf16ce124bc (diff) |
docs: Added unstable message to compiler api (#5272)
Diffstat (limited to 'docs/runtime/compiler_apis.md')
-rw-r--r-- | docs/runtime/compiler_apis.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/runtime/compiler_apis.md b/docs/runtime/compiler_apis.md index 30d583331..32a5e36a2 100644 --- a/docs/runtime/compiler_apis.md +++ b/docs/runtime/compiler_apis.md @@ -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. |