選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
1234567 |
- // Provide a "System" global.
- module.exports = {
- // Make sure import is only used as "System.import"
- import: function() {
- throw new Error("System.import cannot be used indirectly");
- }
- };
|