Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add byteLength method and hasState property #258

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move generation-specific deps to a separate package.json
  • Loading branch information
ashtuchkin committed Jul 17, 2020
commit 0d01f158da7d1b319ac359216dd95985df638877
11 changes: 11 additions & 0 deletions generation/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "iconv-lite-generators",
"private": true,
"version": "1.0.0",
"devDependencies": {
"async": "^3.2.0",
"errto": "^0.2.1",
"iconv": "^2.3.5",
"request": "^2.88.2"
}
}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,13 @@
"stream": false
},
"devDependencies": {
"async": "^3.2.0",
"c8": "^7.2.0",
"errto": "^0.2.1",
"eslint": "^7.4.0",
"husky": "^4.2.5",
"iconv": "^2.3.5",
"lint-staged": "^10.2.11",
"mocha": "^3.5.3",
"prettier": "2.0.5",
"request": "^2.88.2",
"unorm": "^1.6.0"
},
"dependencies": {
Expand Down