You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies. I did test the built module with an ESM project and for some reason these did not fail. I'll try to find the remaining ones and get a fix out hopefully within the week.
Project
other
Browser
Chrome, Safari, Firefox
Operating system
Windows
Description
You add
.js
extension to some file in this pr. But there are additional files incommon/module
like this.I guess there are some missing configurations in
tsconfig.json
otherwise it would throw an error, linting the files.You can check the error in our repo:
Error: Cannot find module '/__w/mono/mono/node_modules/accessibility-checker/mjs/lib/common/config/ACConstants' imported from /__w/mono/mono/node_modules/accessibility-checker/mjs/lib/common/config/ACConfigManager.js
Steps to reproduce
Add
import { close, getCompliance } from 'accessibility-checker';
to an ESM project, and use it like this.The text was updated successfully, but these errors were encountered: