Skip to content

Commit f8638d8

Browse files
feat: documentFileWrapper
1 parent 6643c4a commit f8638d8

11 files changed

Lines changed: 725 additions & 33 deletions

File tree

package-lock.json

Lines changed: 152 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"com.foxdebug.acode.rk.exec.terminal": {},
3939
"com.foxdebug.acode.rk.exec.proot": {},
4040
"cordova-plugin-sftp": {},
41-
"com.foxdebug.acode.rk.nativeFile": {},
42-
"cordova-plugin-system": {}
41+
"cordova-plugin-system": {},
42+
"com.foxdebug.acode.rk.file": {}
4343
},
4444
"platforms": [
4545
"android"
@@ -64,6 +64,7 @@
6464
"@types/url-parse": "^1.4.11",
6565
"autoprefixer": "^10.4.21",
6666
"babel-loader": "^10.0.0",
67+
"com.foxdebug.acode.rk.exec.proot": "file:src/plugins/proot",
6768
"com.foxdebug.acode.rk.exec.terminal": "file:src/plugins/terminal",
6869
"cordova-android": "^14.0.1",
6970
"cordova-clipboard": "^1.3.0",
@@ -80,6 +81,7 @@
8081
"cordova-plugin-system": "file:src/plugins/system",
8182
"cordova-plugin-websocket": "file:src/plugins/websocket",
8283
"css-loader": "^7.1.2",
84+
"file": "file:src/plugins/file",
8385
"mini-css-extract-plugin": "^2.9.3",
8486
"native_file": "file:src/plugins/nativeFile",
8587
"path-browserify": "^1.0.1",
@@ -91,6 +93,8 @@
9193
"sass-loader": "^16.0.5",
9294
"style-loader": "^4.0.0",
9395
"terminal": "^0.1.4",
96+
"ts-loader": "^9.5.4",
97+
"typescript": "^5.9.3",
9498
"webpack": "^5.101.0",
9599
"webpack-cli": "^6.0.1"
96100
},

0 commit comments

Comments
 (0)