Tue, 02 Jul 2024 22:27:56 UTC | login

Information for build nodejs-defs-1.1.1-2.fc24

ID9607
Package Namenodejs-defs
Version1.1.1
Release2.fc24
Epoch
SummaryStatic scope analysis and transpilation
DescriptionStatic 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.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:13:54 UTC
CompletedSat, 14 Apr 2018 20:13:54 UTC
Tags
f28
f29
RPMs
src
nodejs-defs-1.1.1-2.fc24.src.rpm (info) (download)
noarch
nodejs-defs-1.1.1-2.fc24.noarch.rpm (info) (download)
Changelog * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Oct 23 2015 Piotr Popieluch <piotr1212@gmail.com> - 1.1.1-1 - Update to 1.1.1 * Mon Sep 07 2015 Piotr Popieluch <piotr1212@gmail.com> - 1.1.0-2 - fixdep yargs * Sun Sep 06 2015 Piotr Popieluch <piotr1212@gmail.com> - 1.1.0-1 - Update to 1.1.0 - Use github source - Build from source - Enable tests * Thu Jul 09 2015 Parag Nemade <pnemade AT fedoraproject DOT org> - 1.0.0-3 - fix yargs broken dependency version * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Jul 22 2014 Ralph Bean <rbean@redhat.com> - 1.0.0-1 - Initial packaging for Fedora.