You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Greg Franko 2/12/2014 Use arrow keys to navigate About The Speaker Greg Franko JavaScript Engineer at AddThis Open Source Developer Author Speaker What Types of Tools Are We Talking About? Static Code Analysis What Do These Tools Typically Do? Analyze Code Performance, Maintainability, Validation Generate Code For Transpilers, Minifiers, Visualizers Could You Provide Some Examples? UglifyJS Compre
Published 12 Feb, 2014 under Release Notes ESLint 0.4.0 released We just pushed ESLint 0.4.0, which is a significant release due to the number of bug fixes and significant changes included. Configuration Files Configuration files can now be written in YAML. This includes .eslintrc files. All configuration files can be in either JSON or YAML format, no special indicator of the format is necessary C
There’s more to programming than just writing code. While unlikely, it is possible to write imperfect code the first time through, or have requirements change over time. In these cases, you have to refactor the code you’ve already written to fix mistakes and change functionality. You can go about refactoring your code in several ways; a small change can be done manually, but a larger change requir
Getting Started with Gulp This article will make the assumption that you have never used a build tool or command-line interface before and will walk through every step required to get up and running with gulp. The good news is that it is actually pretty simple! I have created five basic steps that walk you through all of the intimidating stuff and introduce you to the core ideas that you will need
This is a relatively big release that adds a couple of new features, fixes a lot of bugs and improves our ES6 support. I will update documentation and write a blog post about the release later this week, after the Christmas day. Version 2.4.0; Holidays edition (Anton Kovalyov) Issue #1363: Don't consider => params as undefined vars (Anton Kovalyov) Issue #1388: Warn about missing 'use strict' in f
var gulp = require('gulp'); var less = require('gulp-less'); var babel = require('gulp-babel'); var concat = require('gulp-concat'); var uglify = require('gulp-uglify'); var rename = require('gulp-rename'); var cleanCSS = require('gulp-clean-css'); var del = require('del'); var paths = { styles: { src: 'src/styles/**/*.less', dest: 'assets/styles/' }, scripts: { src: 'src/scripts/**/*.js', dest: '
Our Evaluation Criteria The factors we considered in our evaluation were quite rigorous. We needed to ensure that the tool we chose would perform well in the long run and generate helpful API docs for the end-user. These were the questions we had in mind when evaluating the candidates: Does the tool support structured syntax, like Javadoc or PHPDoc syntax? Can we add additional documentation to th
JavaScript Module-Assembler for building better web applications
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く