@eslint-react/shared 4.2.0-beta.2 → 4.2.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -24
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -141,30 +141,6 @@ const IMPURE_FUNCS = new Map([
|
|
|
141
141
|
"write",
|
|
142
142
|
"writeText"
|
|
143
143
|
])],
|
|
144
|
-
["console", new Set([
|
|
145
|
-
"assert",
|
|
146
|
-
"clear",
|
|
147
|
-
"count",
|
|
148
|
-
"countReset",
|
|
149
|
-
"debug",
|
|
150
|
-
"dir",
|
|
151
|
-
"dirxml",
|
|
152
|
-
"error",
|
|
153
|
-
"group",
|
|
154
|
-
"groupCollapsed",
|
|
155
|
-
"groupEnd",
|
|
156
|
-
"info",
|
|
157
|
-
"log",
|
|
158
|
-
"profile",
|
|
159
|
-
"profileEnd",
|
|
160
|
-
"table",
|
|
161
|
-
"time",
|
|
162
|
-
"timeEnd",
|
|
163
|
-
"timeLog",
|
|
164
|
-
"timeStamp",
|
|
165
|
-
"trace",
|
|
166
|
-
"warn"
|
|
167
|
-
])],
|
|
168
144
|
["cookieStore", new Set([
|
|
169
145
|
"delete",
|
|
170
146
|
"get",
|