Skip to content

Commit 22e2181

Browse files
committed
feat!(NODE-4713): modernize bundling
1 parent 5103e4d commit 22e2181

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+24217
-499
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ bson.sublime-workspace
1818

1919
.vscode
2020

21-
lib
21+
test/bundling
2222
.nyc_output/
2323
coverage/
2424
*.d.ts
25+
!bson.d.ts
26+
!test/register-bson.d.ts
2527
*.tgz
2628
docs/public
2729

.nycrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
],
1111
"statements": 81,
1212
"branches": 73,
13-
"functions": 74,
13+
"functions": 71,
1414
"lines": 83
1515
}

api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3-
"mainEntryPointFilePath": "<projectFolder>/lib/bson.d.ts",
3+
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",
44
"apiReport": {
55
"enabled": false
66
},

bower.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)