mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
feat: migrate to esm
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {expandPathToFilesSync, toUnixPath} from '../src/util/io';
|
||||
import {EasyAstSpecType} from './easy-ast/easy-ast-spec-type';
|
||||
import {lightweightProjectFromPath} from '../src/easy-ast/easy-ast';
|
||||
import {expandPathToFilesSync, toUnixPath} from '../src/util/io.js';
|
||||
import {EasyAstSpecType} from './easy-ast/easy-ast-spec-type.js';
|
||||
import {lightweightProjectFromPath} from '../src/easy-ast/easy-ast.js';
|
||||
import {expect} from 'chai';
|
||||
import {omitBy} from 'lodash';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user