mirror of
https://github.com/swc-project/swc.git
synced 2024-11-29 22:51:38 +03:00
chore: Format helpers
This commit is contained in:
parent
86c22f3ffa
commit
187ceb199a
@ -1,3 +1,5 @@
|
||||
export function _identity(x) { return x; }
|
||||
export function _identity(x) {
|
||||
return x;
|
||||
}
|
||||
|
||||
export { _identity as _ };
|
||||
export { _identity as _ };
|
||||
|
@ -51,6 +51,7 @@ export { _export_star } from "./_export_star.js";
|
||||
export { _extends } from "./_extends.js";
|
||||
export { _get } from "./_get.js";
|
||||
export { _get_prototype_of } from "./_get_prototype_of.js";
|
||||
export { _identity } from "./_identity.js";
|
||||
export { _inherits } from "./_inherits.js";
|
||||
export { _inherits_loose } from "./_inherits_loose.js";
|
||||
export { _initializer_define_property } from "./_initializer_define_property.js";
|
||||
|
Loading…
Reference in New Issue
Block a user