Last 12 weeks · 0 commits
5 of 6 standards met
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency The fully-formed ref of the branch or tag that triggered the workflow run. For workflows triggered by , this is the branch or tag ref that was pushed. For workflows triggered by , this is the pull request merge branch. For workflows triggered by , this is the release tag created. For other triggers, this is the branch or tag ref that triggered the workflow run. This is only set if a branch or tag is available for the event type. The ref given is fully-formed, meaning that for branches the format is , for pull requests it is , and for tags it is . For example, . https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
version: 1.16.0 version: v16.14.0 (or ) version: N/A Relevant code or config What you did: What happened: Reproduction repository: https://stackblitz.com/edit/node-hlunhf?file=package.json,index.js tip: You can run node directly there in a terminal Problem description: ESM in node requires explicit imports, however obviously no one wants to import directly. Suggested solution: Add field to define exports.
What: Fixes #68. Why: We would like to use as an entrypoint in our code, currently it impossible as is a directory and we will get from Node/bundlers 😨 How: This PR adds import maps, I initially wanted to use & pair (see docs), but then I will have to change bundling process drastically and use something that emits / or / like tsup. _Why?!_ tells Node to have all as ESM, to use CJS - use files tells Node to have all as CJS, to use ESM - use files 💥 So, I went with another option that I have seen in Babel's packages (reference): don't set (yeah, reference sets it, but this confuses Webpack) use (specific to Node env), (for bundlers) & works in Node, works in Webpack ✅ Tests Node / CJS ⬇️⬇️⬇️ Node, ESM ⬇️⬇️⬇️ Webpack ⬇️⬇️⬇️ Checklist**: [x] Documentation: N/A [x] Tests: Manually tested, with Webpack 5 & Node 16 [x] Ready to be merged [x] Added myself to contributors table
Repository: kentcdodds/rtl-css-js. Description: RTL for CSS in JS Stars: 166, Forks: 32. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Homepage: https://jsbin.com/kaxohix/edit?html,js,output Latest release: v1.16.1 (3y ago). Open PRs: 0, open issues: 4. Last activity: 3y ago. Community health: 71%. Top contributors: kentcdodds, TxHawks, allcontributors[bot], alitaheri, majapw, yzimet, layershifter, Andarist, milesj, ling1726 and others.