mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-08-26 04:26:42 +08:00
temp
This commit is contained in:
13
web-server/node_modules/babel-plugin-syntax-do-expressions/lib/index.js
generated
vendored
Normal file
13
web-server/node_modules/babel-plugin-syntax-do-expressions/lib/index.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
|
||||
exports.default = function () {
|
||||
return {
|
||||
manipulateOptions: function manipulateOptions(opts, parserOpts) {
|
||||
parserOpts.plugins.push("doExpressions");
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = exports["default"];
|
Reference in New Issue
Block a user