mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Don't modify original transpiler specs
This commit is contained in:
@@ -23,7 +23,7 @@ class PackageTranspilationRegistry {
|
||||
name: packageName,
|
||||
meta: packageMeta,
|
||||
path: packagePath,
|
||||
specs: config
|
||||
specs: config.map(spec => Object.assign({}, spec))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user