We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae9f0f commit 7e94286Copy full SHA for 7e94286
src/parser.js
@@ -63,6 +63,11 @@ const parse = text => {
63
};
64
65
parse.map = text => {
66
+ console.warn(`
67
+ **DEPRECATION NOTICE**
68
+ @customcommander/ris map method will be removed in v5.
69
+ See https://github.com/customcommander/ris/issues/36
70
+ `);
71
const parsed = parse(text);
72
return parsed.map(
73
p => Object.keys(p).reduce(
0 commit comments