We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const
1 parent e3d83de commit 5feb12fCopy full SHA for 5feb12f
lib/bson/parser/serializer.js
@@ -6,7 +6,7 @@ var writeIEEE754 = require('../float_parser').writeIEEE754,
6
Map = require('../map'),
7
Binary = require('../binary').Binary;
8
9
-const normalizedFunctionString = require('./utils').normalizedFunctionString;
+var normalizedFunctionString = require('./utils').normalizedFunctionString;
10
11
// try {
12
// var _Buffer = Uint8Array;
0 commit comments