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,
|
is: is.weakRef,
|
||||||
assert: assert.weakRef,
|
assert: assert.weakRef,
|
||||||
fixtures: window.WeakRef ? [new window.WeakRef({})] : [],
|
fixtures: window.WeakRef ? [new window.WeakRef({})] : [],
|
||||||
typename: 'WeakRef'
|
typename: 'WeakRef',
|
||||||
}],
|
}],
|
||||||
['weakMap', {
|
['weakMap', {
|
||||||
is: is.weakMap,
|
is: is.weakMap,
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": "@sindresorhus/tsconfig",
|
"extends": "@sindresorhus/tsconfig",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "dist",
|
"outDir": "dist"
|
||||||
"lib": ["ESNext"]
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"source"
|
"source"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue