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

View file

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