Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
nodejs-defs - Static scope analysis and transpilation
- Description:
Static scope analysis and transpilation of ES6 block scoped const and let
variables, to ES3
Node already supports `const` and `let` so you can use that today (run
`node --harmony` and `"use strict"`). `defs.js` enables you to do the same
for browser code. While developing you can rely on the experimental support
in Chrome (chrome://flags, check Enable experimental JavaScript). `defs.js`
is also a pretty decent static scope analyzer/linter.
Packages
nodejs-defs-1.1.1-4.fc14.al.src
[29 KiB] |
Changelog
by Fedora Release Engineering (2017-07-26):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|