File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tests/integration/external-helpers/__snapshots__ Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33exports [` should external @swc/helpers when externalHelpers is true 1` ] = `
44"import { _ } from "@swc/helpers/_/_class_call_check";
5- import { _ as _create_class_ } from "@swc/helpers/_/_create_class";
5+ import { _ as _create_class__ } from "@swc/helpers/_/_create_class";
66var src_FOO = /*#__PURE__*/ function() {
77 " use strict" ;
88 function FOO() {
99 _ (this , FOO );
1010 }
11- _create_class_ (FOO , [
11+ _create_class__ (FOO , [
1212 {
1313 key: " bar" ,
1414 get : function () {}
@@ -22,13 +22,13 @@ export { src_FOO as default };
2222
2323exports [` should external @swc/helpers when externalHelpers is true 2` ] = `
2424"import { _ } from "@swc/helpers/_/_class_call_check";
25- import { _ as _create_class_ } from "@swc/helpers/_/_create_class";
25+ import { _ as _create_class__ } from "@swc/helpers/_/_create_class";
2626var src_FOO = /*#__PURE__*/ function() {
2727 " use strict" ;
2828 function FOO() {
2929 _ (this , FOO );
3030 }
31- _create_class_ (FOO , [
31+ _create_class__ (FOO , [
3232 {
3333 key: " bar" ,
3434 get : function () {}
@@ -112,13 +112,13 @@ export { src_FOO as default };
112112
113113exports [` should respect user override externalHelpers config 2` ] = `
114114"import { _ } from "@swc/helpers/_/_class_call_check";
115- import { _ as _create_class_ } from "@swc/helpers/_/_create_class";
115+ import { _ as _create_class__ } from "@swc/helpers/_/_create_class";
116116var src_FOO = /*#__PURE__*/ function() {
117117 " use strict" ;
118118 function FOO() {
119119 _ (this , FOO );
120120 }
121- _create_class_ (FOO , [
121+ _create_class__ (FOO , [
122122 {
123123 key: " bar" ,
124124 get : function () {}
You can’t perform that action at this time.
0 commit comments