mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-11 18:56:14 +09:00
Sort imports, delete old frontmatter getters
This commit is contained in:
+3
-4
@@ -1,10 +1,9 @@
|
||||
import fs from 'fs';
|
||||
import xml2js from 'xml2js';
|
||||
|
||||
import * as shared from './shared.js';
|
||||
import * as settings from './settings.js';
|
||||
import * as translator from './translator.js';
|
||||
import * as frontmatter from './frontmatter.js';
|
||||
import * as settings from './settings.js';
|
||||
import * as shared from './shared.js';
|
||||
import * as translator from './translator.js';
|
||||
|
||||
export async function parseFilePromise(config) {
|
||||
console.log('\nParsing...');
|
||||
|
||||
Reference in New Issue
Block a user