feat(navigation): add prominent validation quickstart action
This commit is contained in:
parent
0bbcaba211
commit
9c6b184e39
28614 changed files with 4356173 additions and 23 deletions
20
validation-suite/frontend/atlas/node_modules/node-exports-info/ranges.js
generated
vendored
Normal file
20
validation-suite/frontend/atlas/node_modules/node-exports-info/ranges.js
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
'use strict';
|
||||
|
||||
/** @type {import('./ranges.d.ts')} */
|
||||
module.exports = {
|
||||
__proto__: null,
|
||||
'^24.14 || >= 25.4': 'subpath-imports-slash', // added in 25.4, backported to 24.14
|
||||
'23.6 - 24.13 || 25 - 25.3 || ^22.18': 'strips-types', // added in 23.6, backported to 22.18
|
||||
'23 - 23.5 || 22.12 - 22.17 || ^20.19': 'require-esm', // added in 23.0, 22.12, 20.19
|
||||
'17.1 - 19 || 20 - 20.18 || ^21 || 22 - 22.11': 'pattern-trailers-no-dir-slash+json-imports',
|
||||
'17.0': 'pattern-trailers-no-dir-slash',
|
||||
'^16.14': 'pattern-trailers+json-imports',
|
||||
'^14.19 || 16.10 - 16.13': 'pattern-trailers',
|
||||
'16.9.x': 'pattern-trailers-no-node-addons', // node-addons added in 14.19/16.10, so 16.9 has trailers without it
|
||||
'^12.20 || 14.13 - 14.18 || 15.x || 16.0 - 16.8': 'patterns',
|
||||
'12.17 - 12.19 || ^13.13 || 14.0 - 14.12': 'broken-dir-slash-conditions',
|
||||
'13.7 - 13.12': 'conditions',
|
||||
'13.3 - 13.6': 'experimental',
|
||||
'13.0 - 13.2': 'broken',
|
||||
'< 12.17': 'pre-exports'
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue