File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change
1
+ 'use babel' ;
2
+
1
3
/****************************************************************************************************************************
2
4
****************************
3
5
* @file FILE.EXT
18
20
************************************************************************************************************************
19
21
********************************/
20
22
21
- 'use babel' ;
22
-
23
23
/* eslint-disable import/no-unresolved, no-loop-func */
24
24
/* global atom, document */
25
25
Original file line number Diff line number Diff line change
1
+ 'use babel' ;
2
+
1
3
/****************************************************************************************************************************
2
4
****************************
3
5
* @file FILE.EXT
18
20
************************************************************************************************************************
19
21
********************************/
20
22
21
- 'use babel' ;
22
-
23
23
/* eslint-disable import/no-unresolved, no-loop-func */
24
24
/* global atom */
25
25
Original file line number Diff line number Diff line change
1
+ 'use babel' ;
2
+
1
3
/****************************************************************************************************************************
2
4
****************************
3
5
* @file FILE.EXT
18
20
************************************************************************************************************************
19
21
********************************/
20
22
21
- 'use babel' ;
22
-
23
23
import uuid from 'uuid' ;
24
24
import fs from 'fs' ;
25
25
import EditorHandler from './editor-handler' ;
Original file line number Diff line number Diff line change
1
+ 'use babel' ;
2
+
1
3
/****************************************************************************************************************************
2
4
****************************
3
5
* @file FILE.EXT
18
20
************************************************************************************************************************
19
21
********************************/
20
22
21
- 'use babel' ;
22
-
23
23
const xmlbuilder = require ( 'xmlbuilder' ) ;
24
24
import * as fs from 'fs' ;
25
25
You can’t perform that action at this time.
0 commit comments