Add a comment explaining why there's no es6 in compile-cache.js

This commit is contained in:
Max Brunsfeld
2015-12-10 10:00:39 -08:00
parent 5a6fd06386
commit e5c9a67056

View File

@@ -1,5 +1,10 @@
'use strict'
// For now, we're not using babel or ES6 features like `let` and `const` in
// this file, because `apm` requires this file directly in order to pre-warm
// Atom's compile-cache when installing or updating packages, using an older
// version of node.js
var path = require('path')
var fs = require('fs-plus')
var CSON = null