WIP: use es-modules
This commit is contained in:
parent
ec5b050496
commit
9c3450947b
146 changed files with 722 additions and 62 deletions
|
|
@ -1,4 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './Namespace.js';
|
||||
|
||||
//@ Ox.AMPM <[s]> ['AM', 'PM']
|
||||
Ox.AMPM = ['AM', 'PM'];
|
||||
|
|
@ -101,6 +102,8 @@ Ox.PATH = (function() {
|
|||
return src.replace(regexp, '');
|
||||
}
|
||||
}
|
||||
// FIXME: fix path detection
|
||||
return './source/';
|
||||
}());
|
||||
//@ Ox.MODE <s> Mode ('dev' or 'min')
|
||||
Ox.MODE = Ox.PATH.slice(0, -1).split('/').pop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue