webpack/test/cases/parsing/import-meta/warnings.js

8 lines
227 B
JavaScript
Raw Normal View History

"use strict";
module.exports = [
2023-04-16 02:06:58 +08:00
[
/'import\.meta' cannot be used as a standalone expression\. For static analysis, its properties must be accessed directly \(e\.g\., 'import\.meta\.url'\) or through destructuring\./
2023-04-16 02:06:58 +08:00
]
];