aswi2020vldc-gitlab/templetes/node_modules/webpack/buildin/system.js @ 56f6c6df
1 |
// Provide a "System" global.
|
---|---|
2 |
module.exports = { |
3 |
// Make sure import is only used as "System.import"
|
4 |
import: function() { |
5 |
throw new Error("System.import cannot be used indirectly"); |
6 |
}
|
7 |
};
|
- « Předchozí
- 1
- …
- 4
- 5
- 6
- Další »