fix: ES6 Modules => ES Modules in error messages (#46378)

* fix: ES6 Modules => ES Modules in error messages

* chore: Rename test file names

* chore: Rename function names
This commit is contained in:
Sidharth Vinod
2021-10-16 03:21:14 +05:30
committed by GitHub
parent 6a75689a25
commit dfb40549fc
43 changed files with 57 additions and 57 deletions

View File

@@ -6216,7 +6216,7 @@
"code": 18003
},
"File is a CommonJS module; it may be converted to an ES6 module.": {
"File is a CommonJS module; it may be converted to an ES module.": {
"category": "Suggestion",
"code": 80001
},
@@ -6465,7 +6465,7 @@
"category": "Message",
"code": 95016
},
"Convert to ES6 module": {
"Convert to ES module": {
"category": "Message",
"code": 95017
},