From aa58128a128d83174182ed412bc639768500d7e8 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 13 May 2020 18:10:54 +0200 Subject: [PATCH] docs: Added unstable message to compiler api (#5272) --- docs/runtime/compiler_apis.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/runtime/compiler_apis.md b/docs/runtime/compiler_apis.md index 30d583331c..32a5e36a28 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.