@jsep-plugin/assignment
Adds assignment expression support
Last updated a year ago by smekkie .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @jsep-plugin/assignment 
SYNC missed versions from official npm registry.

npm size

@jsep-plugin/assignment

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

jsep('a = 2');
jsep('a += 2');
jsep('a++');
jsep('--aa');

Install

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

Usage

import jsep from 'jsep';
import jsepAssignment from '@jsep-plugin/assignment';
jsep.plugins.register(jsepAssignment);

Meta

LICENSE (MIT)

Current Tags

  • 1.2.0-beta.1                                ...           beta (4 years ago)
  • 1.3.0                                ...           latest (a year ago)

7 Versions

  • 1.3.0                                ...           a year ago
  • 1.2.1                                ...           4 years ago
  • 1.2.0                                ...           4 years ago
  • 1.2.0-beta.1                                ...           4 years ago
  • 1.1.0                                ...           4 years ago
  • 1.0.1                                ...           5 years ago
  • 1.0.0                                ...           5 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |