mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Remove Duplicate Require Statements and Unify Syntax on '
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
path = require 'path'
|
||||
temp = require('temp')track();
|
||||
temp = require('temp').track();
|
||||
Babel = require 'babel-core'
|
||||
CoffeeScript = require 'coffee-script'
|
||||
{TypeScriptSimple} = require 'typescript-simple'
|
||||
|
||||
Reference in New Issue
Block a user