diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-08-18 21:29:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 16:29:32 -0400 |
| commit | 015fa0bd41ce51afbee4a1413cb90534155c041f (patch) | |
| tree | 3220c821156a011225392d2361fdf7272c7be952 /docs/runtime/compiler_apis.md | |
| parent | f6e9150b33168ab8c5e48238860e2c3f3bf625f3 (diff) | |
refactor: permissions (#7074)
Diffstat (limited to 'docs/runtime/compiler_apis.md')
| -rw-r--r-- | docs/runtime/compiler_apis.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/runtime/compiler_apis.md b/docs/runtime/compiler_apis.md index d9a49a01c..3424c2b5f 100644 --- a/docs/runtime/compiler_apis.md +++ b/docs/runtime/compiler_apis.md @@ -1,7 +1,7 @@ -## Compiler API +## Compiler APIs -> This is an unstable Deno feature. Learn more about -> [unstable features](./stability.md). +> This API is unstable. Learn more about +> [unstable features](../runtime/stability.md). Deno supports runtime access to the built-in TypeScript compiler. There are three methods in the `Deno` namespace that provide this access. |
