Skip to content

Commit

Permalink
lint 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Dec 9, 2022
1 parent 63279f3 commit cb46283
Show file tree
Hide file tree
Showing 10 changed files with 5,252 additions and 8,030 deletions.
2 changes: 1 addition & 1 deletion .evergreen/run-typescript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install --no-save --force typescript@"$TS_VERSION"
echo "Typescript $($TSC -v)"

# check resolution uses the default latest types
echo "import * as BSON from '.'" > file.ts && node $TSC --emitDeclarationOnly --traceResolution file.ts | grep 'bson.d.ts' && rm file.ts
echo "import * as BSON from '.'" > file.ts && node $TSC --noEmit --traceResolution file.ts | grep 'bson.d.ts' && rm file.ts

# check compilation
rm -rf node_modules/@types/eslint # not a dependency we use, but breaks the build :(
Expand Down
2 changes: 0 additions & 2 deletions lib/bson.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/bson.bundle.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions lib/bson.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3963,7 +3963,6 @@ var bson = /*#__PURE__*/Object.freeze({
deserialize: deserialize,
calculateObjectSize: calculateObjectSize,
deserializeStream: deserializeStream,
LongWithoutOverridesClass: LongWithoutOverridesClass,
BSONError: BSONError,
BSONTypeError: BSONTypeError,
BSONType: BSONType,
Expand All @@ -3984,7 +3983,6 @@ exports.Double = Double;
exports.EJSON = EJSON;
exports.Int32 = Int32;
exports.Long = Long;
exports.LongWithoutOverridesClass = LongWithoutOverridesClass;
exports.MaxKey = MaxKey;
exports.MinKey = MinKey;
exports.ObjectId = ObjectId;
Expand Down
2 changes: 1 addition & 1 deletion lib/bson.cjs.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions lib/bson.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3961,12 +3961,11 @@ var bson = /*#__PURE__*/Object.freeze({
deserialize: deserialize,
calculateObjectSize: calculateObjectSize,
deserializeStream: deserializeStream,
LongWithoutOverridesClass: LongWithoutOverridesClass,
BSONError: BSONError,
BSONTypeError: BSONTypeError,
BSONType: BSONType,
EJSON: EJSON
});

export { bson as BSON, BSONError, BSONRegExp, BSONSymbol, BSONType, BSONTypeError, Binary, Code, DBRef, Decimal128, Double, EJSON, Int32, Long, LongWithoutOverridesClass, MaxKey, MinKey, ObjectId, Timestamp, UUID, calculateObjectSize, deserialize, deserializeStream, serialize, serializeWithBufferAndIndex, setInternalBufferSize };
export { bson as BSON, BSONError, BSONRegExp, BSONSymbol, BSONType, BSONTypeError, Binary, Code, DBRef, Decimal128, Double, EJSON, Int32, Long, MaxKey, MinKey, ObjectId, Timestamp, UUID, calculateObjectSize, deserialize, deserializeStream, serialize, serializeWithBufferAndIndex, setInternalBufferSize };
//# sourceMappingURL=bson.mjs.map
2 changes: 1 addition & 1 deletion lib/bson.mjs.map

Large diffs are not rendered by default.

Loading

0 comments on commit cb46283

Please sign in to comment.