mirror of
https://github.com/actions/labeler.git
synced 2025-12-14 13:47:02 +00:00
build
This commit is contained in:
3
node_modules/@babel/generator/lib/index.js
generated
vendored
3
node_modules/@babel/generator/lib/index.js
generated
vendored
@@ -47,7 +47,8 @@ function normalizeOptions(code, opts) {
|
||||
jsescOption: Object.assign({
|
||||
quotes: "double",
|
||||
wrap: true
|
||||
}, opts.jsescOption)
|
||||
}, opts.jsescOption),
|
||||
recordAndTupleSyntaxType: opts.recordAndTupleSyntaxType
|
||||
};
|
||||
|
||||
if (format.minified) {
|
||||
|
||||
Reference in New Issue
Block a user