Skip to content

Commit 19e906c

Browse files
committed
Added filter type to Namespace#lookup, fixes #569; Reverted aliases frequently used in codegen for better gzip ratio
1 parent 47b51ec commit 19e906c

23 files changed

+225
-161
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"guard-for-in": 1,
4040
"no-alert": 1,
4141
"no-caller": 1,
42+
"no-cond-assign": 0,
4243
"no-div-regex": 1,
4344
"no-else-return": 1,
4445
"no-empty-function": 1,

0 commit comments

Comments
 (0)