TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is the current status of ES6 modules and loader in browsers?

1 点作者 scriptle将近 10 年前

1 comment

WorldMaker将近 10 年前
status.modern.ie lists it as &quot;Under Consideration&quot; still for all browsers: <a href="http:&#x2F;&#x2F;dev.modern.ie&#x2F;platform&#x2F;status&#x2F;moduleses6&#x2F;?filter=f3e0000bf&amp;search=module" rel="nofollow">http:&#x2F;&#x2F;dev.modern.ie&#x2F;platform&#x2F;status&#x2F;moduleses6&#x2F;?filter=f3e0...</a><p>SystemJS is a polyfill (and extender post-polyfill) that is great with support for plugins, transpiling ES6, and format detection for CommonJS, AMD, and even &quot;Global&quot; modules: <a href="https:&#x2F;&#x2F;github.com&#x2F;systemjs&#x2F;systemjs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;systemjs&#x2F;systemjs</a><p>Also recommended, is JSPM (<a href="http:&#x2F;&#x2F;jspm.io" rel="nofollow">http:&#x2F;&#x2F;jspm.io</a>) which is a package manager that utilizes the features of SystemJS and configures SystemJS to load NPM packages (akin to Browserify&#x2F;Webpack) and Github repositories (somewhat similar to Bower).