refactor code: move everything from type_registry to "most appropriate" modules
This commit is contained in:
parent
4ca60784aa
commit
5283be608b
22 changed files with 160 additions and 164 deletions
1
util.js
1
util.js
|
|
@ -22,7 +22,6 @@ export function deepEqual(a, b) {
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
export class DefaultMap {
|
||||
constructor(defaultValue, ...rest) {
|
||||
this.defaultValue = defaultValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue