-
Notifications
You must be signed in to change notification settings - Fork 22
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
"new Buffer()" is deprecated since Node.js 6 #27
Comments
The warning from VS Code isn't entirely accurate, though:
|
Fixes kaitai-io#27 Declare minimum supported node version as 6 according to https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/#variant-1
Fixes kaitai-io#27 Declare minimum supported node version as 6 according to https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/#variant-1
Fixes kaitai-io#27 Declare minimum supported node version as 6 according to https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/#variant-1
Fixes kaitai-io#27 Declare minimum supported node version as 6 according to https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/#variant-1
The following line:
kaitai_struct_javascript_runtime/KaitaiStream.js
Line 585 in 1ae3924
is marked in VS Code with a deprecation warning:
Related article in Node.js docs: https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
The text was updated successfully, but these errors were encountered: