|
@@ -1,14 +1,14 @@
|
|
|
|
|
|
|
|
|
|
+import * as base from '../source/base.js';
|
|
|
import * as fs from 'fs/promises';
|
|
import * as fs from 'fs/promises';
|
|
|
import * as path from 'path';
|
|
import * as path from 'path';
|
|
|
import * as process from 'process';
|
|
import * as process from 'process';
|
|
|
|
|
+import * as python from '../source/python.js';
|
|
|
|
|
+import * as tar from '../source/tar.js';
|
|
|
import * as url from 'url';
|
|
import * as url from 'url';
|
|
|
|
|
+import * as view from '../source/view.js';
|
|
|
import * as worker_threads from 'worker_threads';
|
|
import * as worker_threads from 'worker_threads';
|
|
|
-import * as base from '../source/base.js';
|
|
|
|
|
import * as zip from '../source/zip.js';
|
|
import * as zip from '../source/zip.js';
|
|
|
-import * as tar from '../source/tar.js';
|
|
|
|
|
-import * as python from '../source/python.js';
|
|
|
|
|
-import * as view from '../source/view.js';
|
|
|
|
|
|
|
|
|
|
const access = async (path) => {
|
|
const access = async (path) => {
|
|
|
try {
|
|
try {
|