|
|
|
|
|
by geenat
1090 days ago
|
|
The problem with Javascript modules = Everyone will be forced to run a full web server to do anything (to handle CORS restrictions). We all lose the ability to simply have a local index.html file, and have it Just Work (TM): <script src="script.js"></script>
This ability is amazing for demos, fast iteration, onboarding new devs and developing without a ton of layers of js ecosystem machinery.Deno doesn't care about retaining this level of developer experience because Deno is marketing its own runtime / build step / ecosystem. |
|