Skip to content

Commit 359e1f6

Browse files
committedDec 13, 2023
Fix Set.entries()
1 parent aa18f01 commit 359e1f6

Some content is hidden

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

51 files changed

+5236
-1949
lines changed
 

‎.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
.vscode/
22
node_modules/
33
test/**/*.js
4-
test/**/*.js.map
4+
test/**/*.js.map
5+
index.d.mts
6+
no-conflict.d.mts
7+
*.js
8+
*.js.map
9+
*.mjs
10+
*.mjs.map

‎.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
.vscode
22
node_modules
33
out
4+
docs
45
spec
56
temp
67
test
78
typings
89
bower.json
910
gulpfile.js
11+
globals.d.ts
1012
Reflect.ts
1113
Reflect.js.map
14+
ReflectLite.ts
15+
ReflectLite.js.map
16+
ReflectNoConflict.ts
17+
ReflectNoConflict.js.map
1218
spec.html
1319
tsconfig.json
1420
tsconfig-release.json

0 commit comments

Comments
 (0)
Please sign in to comment.