We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ "a": "35", }
export default
module.exports =
// data.d.mjs export default ...
// data.d.cjs module.exports = ...
{ a: false }
const
const a = { a: false } export default [a, a]
123n
// b.d.mjs import a from 'a.d.mjs'
// a.d.cjs const a = require('a.d.cjs')
.json
.d.mjs
.d.cjs
.f.mjs
.f.cjs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
export default
andmodule.exports =
const
123n
.json
, JSON.d.mjs
, data ES module.d.cjs
, data CommonJs moduleFunctionsScript
.f.mjs
, FunctionalScript ES module.f.cjs
, FunctionalScript CommonJS moduleThe text was updated successfully, but these errors were encountered: