CDN Resources for esprima
Various ways to access esprima via Content Delivery Networks
Package Installation
npm
npm install esprimayarn
yarn add esprimapnpm
pnpm add esprimaCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/esprima"></script>Unpkg
<script src="https://unpkg.com/esprima"></script>jsDelivr ESM
<script type="module">
import esprima from 'https://cdn.jsdelivr.net/npm/esprima/+esm';
</script>Skypack
<script type="module">
import esprima from 'https://cdn.skypack.dev/esprima';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages