Skip to content

Commit 1918e65

Browse files
committed
feat: add chardet library with UTF-32 encoding support and utility functions
- Introduced chardet library with encoding detection capabilities. - Added UTF-32 LE/BE codec implementations in utf32.js. - Implemented utility functions for byte array detection in utils.js. - Created type definitions for match and utils modules. - Enhanced match functionality to return language and confidence level. - Configured project settings and code styles for iconv-lite. - Set up Dependabot for automatic dependency updates.
1 parent 85614c6 commit 1918e65

File tree

176 files changed

+3982
-6455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+3982
-6455
lines changed

main.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
const inquirer = require("inquirer");
22
const fs = require("fs");
3-
// const { count } = require("console");
4-
// const prompt = require("prompt-sync")();
5-
// const { type } = require("os");
6-
// const { measureMemory } = require("vm");
7-
// const { captureRejectionSymbol } = require("events");
83

94
const file_path = "data/data-karyawan.json";
105
const backup_path = "backup/data-karyawan-backup.json";

node_modules/.package-lock.json

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

node_modules/@inquirer/external-editor/LICENSE

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)