Merge branch 'feature/add-weakref' of https://github.com/bigbigDreamer/is into feature/add-weakref

This commit is contained in:
eric_wang 2022-06-12 18:01:52 +08:00
commit ecfe9954c3
2 changed files with 2 additions and 3 deletions

View file

@ -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,

View file

@ -1,8 +1,7 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist",
"lib": ["ESNext"]
"outDir": "dist"
},
"include": [
"source"