Update npm packages
Add --dump-dimensions option to rsx:debug for layout debugging Mark framework publish 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
12
node_modules/baseline-browser-mapping/dist/index.d.ts
generated
vendored
Executable file → Normal file
12
node_modules/baseline-browser-mapping/dist/index.d.ts
generated
vendored
Executable file → Normal file
@@ -1,3 +1,4 @@
|
||||
export declare function _resetHasWarned(): void;
|
||||
type BrowserVersion = {
|
||||
browser: string;
|
||||
version: string;
|
||||
@@ -45,6 +46,12 @@ type Options = {
|
||||
* an optimal user experience. Defaults to `false`.
|
||||
*/
|
||||
includeKaiOS?: boolean;
|
||||
overrideLastUpdated?: number;
|
||||
/**
|
||||
* Pass a boolean to suppress the warning about stale data.
|
||||
* Defaults to `false`.
|
||||
*/
|
||||
suppressWarnings?: boolean;
|
||||
};
|
||||
/**
|
||||
* Returns browser versions compatible with specified Baseline targets.
|
||||
@@ -78,6 +85,11 @@ type AllVersionsOptions = {
|
||||
* consideration beyond simple feature compatibility to provide an optimal user experience.
|
||||
*/
|
||||
includeKaiOS?: boolean;
|
||||
/**
|
||||
* Pass a boolean to suppress the warning about old data.
|
||||
* Defaults to `false`.
|
||||
*/
|
||||
suppressWarnings?: boolean;
|
||||
};
|
||||
/**
|
||||
* Returns all browser versions known to this module with their level of Baseline support as a JavaScript `Array` (`"array"`), `Object` (`"object"`) or a CSV string (`"csv"`).
|
||||
|
||||
Reference in New Issue
Block a user