Skip to content

Commit

Permalink
link to unstable features from node docs (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery authored Dec 22, 2023
1 parent a222272 commit c3bcdc6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion runtime/manual/node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ Many people will want to leverage code and libraries that are built for
[Node](https://nodejs.org/), in particular the large set of packages available
on the [npm](https://npmjs.com/) registry.

There are currently several ways to do this:
There are currently several ways to do this - check out the links below to learn
more about these methods.

- Using [`npm:` specifiers](./npm_specifiers.md) and
[`node:` specifiers](./node_specifiers.md)
- [package.json compatibility](./package_json.md)
- Using [CDNs](./cdns.md)

## Unstable compatibility features

Node and npm compatiblity is an ongoing project for the Deno team. As such,
there are a number of unstable features aimed at improving compatibility that
you may want to reference. Please check out the
[unstable feature flags](/runtime/manual/tools/unstable_flags) documentation for
options that may improve your project's compatibility with code written for
Node.js.

0 comments on commit c3bcdc6

Please sign in to comment.