diff options
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. |