Webpack / Vite + TypeScript DOM 溯源源码工具
Inspect the intermediate state of Vite plugins
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Determine if the current node version supports the `--preserve-symlinks` flag.
Determine if the JS environment has BigInt support.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
string representations of objects in node and the browser
Does this JS environment support the `name` property on functions?
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this specifier a node.js core module?
Determine if a function is a native async function.
轻量的 Vite 插件,用于在 React 组件渲染的 DOM 上写入源码位置信息,便于在浏览器里定位到对应的文件和行列。
Determine if the JS environment has Symbol support. Supports spec, or shams.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Is this value a JS ArrayBuffer?
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Determine if a function is a native generator function.
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
React specific linting rules for ESLint
Robustly get the byte length of a Typed Array
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Robustly get the byte offset of a Typed Array