azu
azu
@dependabot merge 2022年4月10日(日) 19:03 dependabot[bot] ***@***.***>: > This automated pull request fixes a security vulnerability > (moderate > severity). > > Learn more about Dependabot security updates > . >...
`@jxa/sdef-to-dts` is just converter that generate from sdef to d.ts file. > Where do I run this command so that the resulting dts files are fully integrated with other dts...
ウェブ版 - リリースノート 書籍版 - introに追加 後でCONTRIBUTING.mdにフローを追加して閉じる。
だいぶ前に書き直されていた
[npm v9.0.0 released | GitHub Changelog](https://github.blog/changelog/2022-10-24-npm-v9-0-0-released/) によると1月18日水曜日にNode 18にもnpm 9が来るので、これはどうするか微妙に面倒な感じ。 とりあえずNode 18 LTSまでは上げるでいいと思うけど
[Node v18.12.0 (LTS) | Node.js](https://nodejs.org/en/blog/release/v18.12.0/) リリースされた
- コンソールの対応 - sandpackのプレビューで動くように sandpackがvanillaのenviromentだとscript srcでのindex.jsを読み込めない問題がある。 clickしたときに`main()` とかが見つからない問題が起きる - [Styles and fonts in the head tag of index.html are not reflecting for react. · Issue #32 · codesandbox/sandpack](https://github.com/codesandbox/sandpack/issues/32) これを回避するために、任意のURLをheadにinjectするexternalResourcesを使って回避してる。 "externalResources":...
それぞれの最後にURLとプレビューを追加した。 - [エントリーポイント · JavaScript Primer #jsprimer](https://deploy-preview-1423--js-primer.netlify.app/use-case/ajaxapp/entrypoint/#section-checklist) - [HTTP通信 · JavaScript Primer #jsprimer](https://deploy-preview-1423--js-primer.netlify.app/use-case/ajaxapp/http/#section-checklist) - [データを表示する · JavaScript Primer #jsprimer](https://deploy-preview-1423--js-primer.netlify.app/use-case/ajaxapp/display/#section-checklist) - [Promiseを活用する · JavaScript Primer #jsprimer](https://deploy-preview-1423--js-primer.netlify.app/use-case/ajaxapp/promise/#section-checklist) URLが `/src` でいいのかはちょっと気になるので、アジェンダに入れた。 紙面的には何かクッション挟める仕組みするのがいいんだろかとか src/...
とりあえず動くようになったので、マージします
externalResources だと編集ができないことに気づいた(読んでいるURLはサーバにあるため)