- From: Philip Jägenstedt <foolip@google.com>
- Date: Mon, 3 Feb 2025 10:33:02 +0100
- To: Karl Adler <adler@fudler.de>, Tony Conway <conwayt@google.com>
- Cc: public-webdx@w3.org
- Message-ID: <CAARdPYe9EnXtKUpue5kSTORDmgTppF3BypZdVJMMx=92f0=1Eg@mail.gmail.com>
Hi Karl, This package is maintained by @Tony Conway <conwayt@google.com> who is out for a few weeks. Taking a peek at his GitHub repos, I think this NPM package is published from https://github.com/tonypconway/web-features. It's not possible to file an issue on that repo, so I'll leave it to Tony to respond here when he's back. Best regards, Philip On Mon, Feb 3, 2025 at 9:41 AM Karl Adler <adler@fudler.de> wrote: > Hey webdx members, > The module unfortunately does not work with nodejs 22: > https://www.npmjs.com/package/baseline-browser-mapping > > cause: /baseline-browser-mapping/dist/scripts/baseline-browser-versions.js > > > import bcdBrowsers from "@mdn/browser-compat-data" assert { type: "json" }; > import otherBrowsers from "../data/downstream-browsers.json" assert { > type: "json" }; > > > This is due to support for "import assertions" being removed from Node in > favour of "import attributes", which are essentially the same thing except > you have to use the keyword with instead of assert: > > see: https://stackoverflow.com/a/78876692/1059828 > > Unfortunately I wasn't able to find any public repository where to issue a > PR or bug report. > > Kind regards > > Karl Adler > > -- > Karl Adler > > Tel. +49.151.50716666 <+49%201515%200716666> > adler@fudler.de > Karl Adler - Fudler - IT-Solutions >
Received on Monday, 3 February 2025 09:33:18 UTC