feat: refactoring project
This commit is contained in:
2
node_modules/@babel/preset-env/lib/shipped-proposals.js
generated
vendored
2
node_modules/@babel/preset-env/lib/shipped-proposals.js
generated
vendored
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.proposalSyntaxPlugins = exports.proposalPlugins = exports.pluginSyntaxMap = void 0;
|
||||
const proposalPlugins = exports.proposalPlugins = new Set();
|
||||
const proposalPlugins = exports.proposalPlugins = new Set([]);
|
||||
const proposalSyntaxPlugins = exports.proposalSyntaxPlugins = ["syntax-import-assertions", "syntax-import-attributes"];
|
||||
const pluginSyntaxObject = {
|
||||
"transform-async-generator-functions": "syntax-async-generators",
|
||||
|
||||
Reference in New Issue
Block a user