Skip to content

Commit

Permalink
fixup! src: move encoding bindings to a new binding
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Mar 7, 2023
1 parent 1233e7f commit 4ea7f2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/encoding_binding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ namespace encoding_binding {
using v8::ArrayBuffer;
using v8::BackingStore;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::Isolate;
using v8::Local;
using v8::MaybeLocal;
using v8::Object;
using v8::String;
using v8::Uint32Array;
using v8::Uint8Array;
using v8::Value;

Expand Down
2 changes: 1 addition & 1 deletion src/encoding_binding.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ class BindingData : public SnapshotableObject {

#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#endif // SRC_ENCODING_BINDING_H_
#endif // SRC_ENCODING_BINDING_H_

0 comments on commit 4ea7f2e

Please sign in to comment.