mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Inline transpile call
This commit is contained in:
@@ -5,9 +5,5 @@
|
||||
const transpileBabelPaths = require('./lib/transpile-babel-paths')
|
||||
const transpileCoffeeScriptPaths = require('./lib/transpile-coffee-script-paths')
|
||||
|
||||
function transpile () {
|
||||
transpileBabelPaths()
|
||||
transpileCoffeeScriptPaths()
|
||||
}
|
||||
|
||||
transpile()
|
||||
transpileBabelPaths()
|
||||
transpileCoffeeScriptPaths()
|
||||
|
||||
Reference in New Issue
Block a user