@terminal-nerds/snippets-runtime

0.6.2 • Public • Published

@terminal-nerds/snippets-runtime

package version badge dependencies badge
install size badge

➡️ This package wraps all available modules with snippets related to JavasScript runtimes — part of the terminal-nerds/snippets project.

Modules included

documentation badge

Name Size
@terminal-nerds/snippets-runtime/environment environment size gzip badge environment size brotli badge
@terminal-nerds/snippets-runtime/runtime environment size gzip badge environment size brotli badge
@terminal-nerds/snippets-runtime/module module size gzip badge module size brotli badge
@terminal-nerds/snippets-runtime/scope scope size gzip badge scope size brotli badge
@terminal-nerds/snippets-runtime/variable variable size gzip badge variable size brotli badge

Prerequisites & usage

Optional

supported typescript version badge types badge

If you are using typescript icon TypeScript, the latest version, which supports new features (such as satisfies), is supported.

Runtime environments

This package can be used in several runtime environments. We aim for cross-runtime compatibility and ensure proper error messages if a particular snippet cannot be run in the currently running environment.

Browsers

We use browserslist to define the minimum browsers versions supported.
Take a look at our shared browserslist configuration for more details.

Usage:

<script type="module">
	import { snippet } from "https://cdn.jsdelivr.net/npm/@terminal-nerds/snippets-test";
</script>

Bun

We aim to support the latest version of bun icon bun.

Usage:

Firstly, install it:

bun add @terminal-nerds/snippets-test

And then in a particular file:

import { snippet } from "@terminal-nerds/snippets-test";

Deno

We aim to support the latest version of deno icon Deno.

Usage:

import { snippet } from "npm:@terminal-nerds/snippets-test";

Node.js

node.js version support badge

The latest node.js icon Node.js LTS (Long-Term Support) version is the minimum one supported.

Warning
This package is written in ES Module (ESM) type.
So, if you wish to use it in a project with CommonJS (CJS) type, you need to bundle this package or a particular module(s).

Usage:

Install it first with the Node.js package manager of your choice. In our example, we use pnpm.

pnpm add @terminal-nerds/snippets-test

And then in a particular file:

import { snippet } from "@terminal-nerds/snippets-test";

Security

workflow security badge

🔐 For more information, please refer to the Security section at the root of the terminal-nerds/snippets monorepo.


License

license badge

⚖️ For more information, please refer to the License section at the root of the terminal-nerds/snippets monorepo.

Contributing

contributors badge

🤝 Contributions of any kind are welcome!

Please refer to the monorepo (terminal-nerds/snippets) project's CONTRIBUTING file for more information if you wish to get involved.

Author

🎉 The idea of this project was initiated by xeho91. However, it's the contributors who matter the most.

Dependents (5)

Package Sidebar

Install

npm i @terminal-nerds/snippets-runtime

Weekly Downloads

4

Version

0.6.2

License

MIT

Unpacked Size

204 kB

Total Files

58

Last publish

Collaborators

  • xeho91