Merge branch 'feature/add-weakref' of https://github.com/bigbigDreamer/is into feature/add-weakref
This commit is contained in:
commit
ecfe9954c3
2 changed files with 2 additions and 3 deletions
|
|
@ -340,7 +340,7 @@ const types = new Map<string, Test>([
|
|||
is: is.weakRef,
|
||||
assert: assert.weakRef,
|
||||
fixtures: window.WeakRef ? [new window.WeakRef({})] : [],
|
||||
typename: 'WeakRef'
|
||||
typename: 'WeakRef',
|
||||
}],
|
||||
['weakMap', {
|
||||
is: is.weakMap,
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"extends": "@sindresorhus/tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"lib": ["ESNext"]
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": [
|
||||
"source"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue