JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13285
  • Score
    100M100P100Q137460F
  • License MIT

Adds object expression support

Package Exports

  • @jsep-plugin/object
  • @jsep-plugin/object/dist/cjs/index.cjs.js
  • @jsep-plugin/object/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jsep-plugin/object) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm size

@jsep-plugin/object

A JSEP plugin for adding object expression support. Allows expressions of the form:

jsep('{ a: 1, b: { c }}[d]');

Install

npm install @jsep-plugin/object
# or
yarn add @jsep-plugin/object

Usage

import jsep from 'jsep';
import jsepObject from '@jsep-plugin/object';
jsep.plugins.register(jsepObject);

Meta

LICENSE (MIT)