Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajhsu/snfe
strip-named-function-expression
https://github.com/ajhsu/snfe
javascript
Last synced: 15 days ago
JSON representation
strip-named-function-expression
- Host: GitHub
- URL: https://github.com/ajhsu/snfe
- Owner: ajhsu
- License: mit
- Created: 2015-09-18T11:08:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T04:03:44.000Z (over 7 years ago)
- Last Synced: 2024-11-07T09:28:47.599Z (2 months ago)
- Topics: javascript
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strip Named Function Expression
Strip the function name of a [Named Function Expression](http://kangax.github.io/nfe/#named-expr), prevent from raising error under Safari strict mode.
[![npm](https://img.shields.io/npm/v/snfe.svg)](https://www.npmjs.com/package/snfe)
[![Build Status](https://travis-ci.org/ajhsu/snfe.svg?branch=master)](https://travis-ci.org/ajhsu/snfe)## Usage
`snfe [input file] > [output file]`## LICENSE
MIT