tamagui-loader 1.110.5 → 1.111.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,216 +26,57 @@ __export(loader_exports, {
26
26
  loader: () => loader
27
27
  });
28
28
  module.exports = __toCommonJS(loader_exports);
29
- var import_static = __toESM(require("@tamagui/static")), import_requireResolve = require("./requireResolve");
30
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
31
- try {
32
- var info = gen[key](arg), value = info.value;
33
- } catch (error) {
34
- reject(error);
35
- return;
36
- }
37
- info.done ? resolve(value) : Promise.resolve(value).then(_next, _throw);
38
- }
39
- function _async_to_generator(fn) {
40
- return function() {
41
- var self = this, args = arguments;
42
- return new Promise(function(resolve, reject) {
43
- var gen = fn.apply(self, args);
44
- function _next(value) {
45
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
46
- }
47
- function _throw(err) {
48
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
49
- }
50
- _next(void 0);
51
- });
52
- };
53
- }
54
- function _define_property(obj, key, value) {
55
- return key in obj ? Object.defineProperty(obj, key, {
56
- value,
57
- enumerable: !0,
58
- configurable: !0,
59
- writable: !0
60
- }) : obj[key] = value, obj;
61
- }
62
- function _instanceof(left, right) {
63
- return right != null && typeof Symbol < "u" && right[Symbol.hasInstance] ? !!right[Symbol.hasInstance](left) : left instanceof right;
64
- }
65
- function _object_spread(target) {
66
- for (var i = 1; i < arguments.length; i++) {
67
- var source = arguments[i] != null ? arguments[i] : {}, ownKeys = Object.keys(source);
68
- typeof Object.getOwnPropertySymbols == "function" && (ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
69
- return Object.getOwnPropertyDescriptor(source, sym).enumerable;
70
- }))), ownKeys.forEach(function(key) {
71
- _define_property(target, key, source[key]);
72
- });
73
- }
74
- return target;
75
- }
76
- function _ts_generator(thisArg, body) {
77
- var f, y, t, g, _ = {
78
- label: 0,
79
- sent: function() {
80
- if (t[0] & 1) throw t[1];
81
- return t[1];
82
- },
83
- trys: [],
84
- ops: []
85
- };
86
- return g = {
87
- next: verb(0),
88
- throw: verb(1),
89
- return: verb(2)
90
- }, typeof Symbol == "function" && (g[Symbol.iterator] = function() {
91
- return this;
92
- }), g;
93
- function verb(n) {
94
- return function(v) {
95
- return step([
96
- n,
97
- v
98
- ]);
99
- };
100
- }
101
- function step(op) {
102
- if (f) throw new TypeError("Generator is already executing.");
103
- for (; _; ) try {
104
- if (f = 1, y && (t = op[0] & 2 ? y.return : op[0] ? y.throw || ((t = y.return) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
105
- switch (y = 0, t && (op = [
106
- op[0] & 2,
107
- t.value
108
- ]), op[0]) {
109
- case 0:
110
- case 1:
111
- t = op;
112
- break;
113
- case 4:
114
- return _.label++, {
115
- value: op[1],
116
- done: !1
117
- };
118
- case 5:
119
- _.label++, y = op[1], op = [
120
- 0
121
- ];
122
- continue;
123
- case 7:
124
- op = _.ops.pop(), _.trys.pop();
125
- continue;
126
- default:
127
- if (t = _.trys, !(t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
128
- _ = 0;
129
- continue;
130
- }
131
- if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
132
- _.label = op[1];
133
- break;
134
- }
135
- if (op[0] === 6 && _.label < t[1]) {
136
- _.label = t[1], t = op;
137
- break;
138
- }
139
- if (t && _.label < t[2]) {
140
- _.label = t[2], _.ops.push(op);
141
- break;
142
- }
143
- t[2] && _.ops.pop(), _.trys.pop();
144
- continue;
145
- }
146
- op = body.call(thisArg, _);
147
- } catch (e) {
148
- op = [
149
- 6,
150
- e
151
- ], y = 0;
152
- } finally {
153
- f = t = 0;
154
- }
155
- if (op[0] & 5) throw op[1];
156
- return {
157
- value: op[0] ? op[1] : void 0,
158
- done: !0
159
- };
160
- }
161
- }
162
- var createExtractor = import_static.default.createExtractor, extractToClassNames = import_static.default.extractToClassNames, getPragmaOptions = import_static.default.getPragmaOptions;
29
+ var import_static = __toESM(require("@tamagui/static")), import_requireResolve = require("./requireResolve"), { createExtractor, extractToClassNames, getPragmaOptions } = import_static.default;
163
30
  Error.stackTraceLimit = Number.POSITIVE_INFINITY;
164
31
  var CSS_LOADER_PATH = (0, import_requireResolve.requireResolve)("./css");
165
32
  Error.stackTraceLimit = Number.POSITIVE_INFINITY;
166
33
  var extractor = createExtractor(), index = 0;
167
34
  process.env.TAMAGUI_TARGET = "web";
168
- var loader = /* @__PURE__ */ function() {
169
- var _loader = _async_to_generator(function(sourceIn) {
170
- var callback, sourcePath, source, options, _getPragmaOptions, shouldDisable, shouldPrintDebug, cssPath, extracted, cssQuery, remReq, importPath, err, message;
171
- return _ts_generator(this, function(_state) {
172
- switch (_state.label) {
173
- case 0:
174
- if (this.cacheable(!0), callback = this.async(), sourcePath = "".concat(this.resourcePath), sourcePath.includes("node_modules") || sourcePath.includes("lucide-icons"))
175
- return [
176
- 2,
177
- callback(null, sourceIn)
178
- ];
179
- source = sourceIn.toString(), _state.label = 1;
180
- case 1:
181
- return _state.trys.push([
182
- 1,
183
- 3,
184
- ,
185
- 4
186
- ]), options = _object_spread({
187
- // @ts-ignore
188
- platform: "web"
189
- }, this.getOptions()), _getPragmaOptions = getPragmaOptions({
190
- source,
191
- path: sourcePath
192
- }), shouldDisable = _getPragmaOptions.shouldDisable, shouldPrintDebug = _getPragmaOptions.shouldPrintDebug, shouldPrintDebug === "verbose" && (console.warn(`
35
+ var loader = async function(sourceIn) {
36
+ this.cacheable(!0);
37
+ var callback = this.async(), sourcePath = `${this.resourcePath}`;
38
+ if (sourcePath.includes("node_modules") || sourcePath.includes("lucide-icons"))
39
+ return callback(null, sourceIn);
40
+ var source = sourceIn.toString();
41
+ try {
42
+ var options = {
43
+ // @ts-ignore
44
+ platform: "web",
45
+ ...this.getOptions()
46
+ }, { shouldDisable, shouldPrintDebug } = getPragmaOptions({
47
+ source,
48
+ path: sourcePath
49
+ });
50
+ if (shouldPrintDebug === "verbose" && (console.warn(`
193
51
 
194
52
  --- Incoming source ---
195
53
 
196
- `), console.warn(source)), shouldDisable ? (shouldPrintDebug && console.info("Disabling on file via pragma"), [
197
- 2,
198
- callback(null, source)
199
- ]) : (cssPath = "".concat(sourcePath, ".").concat(index++, ".tamagui.css"), [
200
- 4,
201
- extractToClassNames({
202
- extractor,
203
- source,
204
- sourcePath,
205
- options,
206
- shouldPrintDebug
207
- })
208
- ]);
209
- case 2:
210
- return extracted = _state.sent(), extracted ? (extracted.styles && (cssQuery = "cssData=".concat(Buffer.from(extracted.styles).toString("base64")), remReq = this.remainingRequest, importPath = "".concat(cssPath, "!=!").concat(CSS_LOADER_PATH, "?").concat(cssQuery, "!").concat(remReq), extracted.js = "".concat(extracted.js, `
211
-
212
- require(`).concat(JSON.stringify(importPath), ")")), callback(null, extracted.js, extracted.map), [
213
- 3,
214
- 4
215
- ]) : [
216
- 2,
217
- callback(null, source)
218
- ];
219
- case 3:
220
- return err = _state.sent(), message = _instanceof(err, Error) ? "".concat(err.message, `
221
- `).concat(err.stack) : String(err), console.error(`Tamagui Webpack Loader Error:
222
- `, " ".concat(message, `
223
- `)), message.includes("Cannot create proxy") && console.info("This is usually due to components not loading at build-time. Check for logs just below the line above:"), callback(null, source), [
224
- 3,
225
- 4
226
- ];
227
- case 4:
228
- return [
229
- 2
230
- ];
231
- }
54
+ `), console.warn(source)), shouldDisable)
55
+ return shouldPrintDebug && console.info("Disabling on file via pragma"), callback(null, source);
56
+ var cssPath = `${sourcePath}.${index++}.tamagui.css`, extracted = await extractToClassNames({
57
+ extractor,
58
+ source,
59
+ sourcePath,
60
+ options,
61
+ shouldPrintDebug
232
62
  });
233
- });
234
- function loader2(sourceIn) {
235
- return _loader.apply(this, arguments);
63
+ if (!extracted)
64
+ return callback(null, source);
65
+ if (extracted.styles) {
66
+ var cssQuery = `cssData=${Buffer.from(extracted.styles).toString("base64")}`, remReq = this.remainingRequest, importPath = `${cssPath}!=!${CSS_LOADER_PATH}?${cssQuery}!${remReq}`;
67
+ extracted.js = `${extracted.js}
68
+
69
+ require(${JSON.stringify(importPath)})`;
70
+ }
71
+ callback(null, extracted.js, extracted.map);
72
+ } catch (err) {
73
+ var message = err instanceof Error ? `${err.message}
74
+ ${err.stack}` : String(err);
75
+ console.error(`Tamagui Webpack Loader Error:
76
+ `, ` ${message}
77
+ `), message.includes("Cannot create proxy") && console.info("This is usually due to components not loading at build-time. Check for logs just below the line above:"), callback(null, source);
236
78
  }
237
- return loader2;
238
- }();
79
+ };
239
80
  // Annotate the CommonJS export names for ESM import in node:
240
81
  0 && (module.exports = {
241
82
  loader
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/Users/n8/tamagui/code/compiler/loader/src/loader.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,oBAAmB,qCAEnB,wBAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE/B,IAAQA,kBAA2DC,cAAAA,QAA3DD,iBAAiBE,sBAA0CD,cAAAA,QAA1CC,qBAAqBC,mBAAqBF,cAAAA,QAArBE;AAE9CC,MAAMC,kBAAkBC,OAAOC;AAG/B,IAAMC,sBAAkBC,sCAAe,OAAA;AAEvCL,MAAMC,kBAAkBC,OAAOC;AAC/B,IAAMG,YAAYV,gBAAAA,GAEdW,QAAQ;AAEZC,QAAQC,IAAIC,iBAAiB;AAEtB,IAAMC,SAAAA,2BAAAA;MAAwBA,UAAf,oBAAA,SAEpBC,UAAyB;QAGnBC,UACAC,YAMAC,QAGEC,SAMsCjB,mBAApCkB,eAAeC,kBAiBjBC,SAEAC,WAcEC,UACAC,QACAC,YAKDC,KACDC;;;;AAtDR,cAJA,KAAKC,UAAU,EAAA,GACTb,WAAW,KAAKc,MAAK,GACrBb,aAAc,GAAoB,OAAlB,KAAKc,YAAY,GAEnCd,WAAWe,SAAS,cAAA,KAAmBf,WAAWe,SAAS,cAAA;AAC7D,mBAAA;;cAAOhB,SAAS,MAAMD,QAAAA;;AAGlBG,mBAASH,SAASkB,SAAQ;;AAmB9B;;;;;cAhBMd,UAA0B,eAAA;;YAE9Be,UAAU;aACP,KAAKC,WAAU,CAAA,GAGwBjC,oBAAAA,iBAAiB;YAC3DgB;YACAkB,MAAMnB;UACR,CAAA,GAHQG,gBAAoClB,kBAApCkB,eAAeC,mBAAqBnB,kBAArBmB,kBAKnBA,qBAAqB,cACvBgB,QAAQC,KAAM;;;;CAAA,GACdD,QAAQC,KAAKpB,MAAAA,IAGXE,iBACEC,oBACFgB,QAAQE,KAAK,8BAAA,GAEf;;YAAOvB,SAAS,MAAME,MAAAA;gBAGlBI,UAAW,GAAgBZ,OAAdO,YAAW,GAAA,EAAW,OAARP,SAAQ,cAAA,GAEvB;;YAAMT,oBAAoB;cAC1CQ;cACAS;cACAD;cACAE;cACAE;YACF,CAAA;;;AAEA,iBARME,YAAY,OAAA,KAAA,GAQbA,aAKDA,UAAUiB,WACNhB,WAAY,WAA2D,OAAjDiB,OAAOC,KAAKnB,UAAUiB,MAAM,EAAEP,SAAS,QAAA,CAAA,GAC7DR,SAAS,KAAKkB,kBACdjB,aAAc,GAAenB,OAAbe,SAAQ,KAAA,EAAwBE,OAAnBjB,iBAAgB,GAAA,EAAekB,OAAZD,UAAS,GAAA,EAAU,OAAPC,MAAAA,GAClEF,UAAUqB,KAAM,GAA6BC,OAA3BtB,UAAUqB,IAAG;;SAAA,EAAyC,OAA3BC,KAAKC,UAAUpB,UAAAA,GAAY,GAAA,IAG1EV,SAAS,MAAMO,UAAUqB,IAAIrB,UAAUwB,GAAG;;;eAXxC;;YAAO/B,SAAS,MAAME,MAAAA;;;AAYjBS,uBAAAA,OAAAA,KAAAA,GACDC,UAAa,YAAHD,KAAexB,KAAAA,IAAS,GAAkBwB,OAAhBA,IAAIC,SAAQ;CAAA,EAAc,OAAVD,IAAIqB,KAAK,IAAKC,OAAOtB,GAAAA,GAE/EU,QAAQa,MAAM;GAAoC,KAAY,OAARtB,SAAQ;CAAA,CAAA,GAE1DA,QAAQI,SAAS,qBAAA,KACnBK,QAAQE,KACN,wGAAA,GAIJvB,SAAS,MAAME,MAAAA;;;;;;;;;;EAEnB,CAAA;WA1EqCJ,QAEnCC,UAAyB;WAFUD,QAAAA,MAAAA,MAAAA,SAAAA;;SAAAA;;",
5
- "names": ["createExtractor", "Static", "extractToClassNames", "getPragmaOptions", "Error", "stackTraceLimit", "Number", "POSITIVE_INFINITY", "CSS_LOADER_PATH", "requireResolve", "extractor", "index", "process", "env", "TAMAGUI_TARGET", "loader", "sourceIn", "callback", "sourcePath", "source", "options", "shouldDisable", "shouldPrintDebug", "cssPath", "extracted", "cssQuery", "remReq", "importPath", "err", "message", "cacheable", "async", "resourcePath", "includes", "toString", "platform", "getOptions", "path", "console", "warn", "info", "styles", "Buffer", "from", "remainingRequest", "js", "JSON", "stringify", "map", "stack", "String", "error"]
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AACA;;;;;oBAAmB,qCAEnB,wBAA+B,6BAEzB,EAAEA,iBAAiBC,qBAAqBC,iBAAgB,IAAKC,cAAAA;AAEnEC,MAAMC,kBAAkBC,OAAOC;AAG/B,IAAMC,sBAAkBC,sCAAe,OAAA;AAEvCL,MAAMC,kBAAkBC,OAAOC;AAC/B,IAAMG,YAAYV,gBAAAA,GAEdW,QAAQ;AAEZC,QAAQC,IAAIC,iBAAiB;AAEtB,IAAMC,SAAS,eAEpBC,UAAyB;AAEzB,OAAKC,UAAU,EAAA;AACf,MAAMC,WAAW,KAAKC,MAAK,GACrBC,aAAa,GAAG,KAAKC,YAAY;AAEvC,MAAID,WAAWE,SAAS,cAAA,KAAmBF,WAAWE,SAAS,cAAA;AAC7D,WAAOJ,SAAS,MAAMF,QAAAA;AAGxB,MAAMO,SAASP,SAASQ,SAAQ;AAEhC,MAAI;AACF,QAAMC,UAA0B;;MAE9BC,UAAU;MACV,GAAG,KAAKC,WAAU;IACpB,GAEM,EAAEC,eAAeC,iBAAgB,IAAK3B,iBAAiB;MAC3DqB;MACAO,MAAMV;IACR,CAAA;AAOA,QALIS,qBAAqB,cACvBE,QAAQC,KAAK;;;;CAAmC,GAChDD,QAAQC,KAAKT,MAAAA,IAGXK;AACF,aAAIC,oBACFE,QAAQE,KAAK,8BAAA,GAERf,SAAS,MAAMK,MAAAA;AAGxB,QAAMW,UAAU,GAAGd,UAAAA,IAAcT,OAAAA,gBAE3BwB,YAAY,MAAMlC,oBAAoB;MAC1CS;MACAa;MACAH;MACAK;MACAI;IACF,CAAA;AAEA,QAAI,CAACM;AACH,aAAOjB,SAAS,MAAMK,MAAAA;AAIxB,QAAIY,UAAUC,QAAQ;AACpB,UAAMC,WAAW,WAAWC,OAAOC,KAAKJ,UAAUC,MAAM,EAAEZ,SAAS,QAAA,CAAA,IAC7DgB,SAAS,KAAKC,kBACdC,aAAa,GAAGR,OAAAA,MAAa1B,eAAAA,IAAmB6B,QAAAA,IAAYG,MAAAA;AAClEL,gBAAUQ,KAAK,GAAGR,UAAUQ,EAAE;;UAAeC,KAAKC,UAAUH,UAAAA,CAAAA;IAC9D;AAEAxB,aAAS,MAAMiB,UAAUQ,IAAIR,UAAUW,GAAG;EAC5C,SAASC,KAAK;AACZ,QAAMC,UAAUD,eAAe3C,QAAQ,GAAG2C,IAAIC,OAAO;EAAKD,IAAIE,KAAK,KAAKC,OAAOH,GAAAA;AAE/EhB,YAAQoB,MAAM;GAAmC,KAAKH,OAAAA;CAAW,GAE7DA,QAAQ1B,SAAS,qBAAA,KACnBS,QAAQE,KACN,wGAAA,GAIJf,SAAS,MAAMK,MAAAA;EACjB;AACF;",
5
+ "names": ["createExtractor", "extractToClassNames", "getPragmaOptions", "Static", "Error", "stackTraceLimit", "Number", "POSITIVE_INFINITY", "CSS_LOADER_PATH", "requireResolve", "extractor", "index", "process", "env", "TAMAGUI_TARGET", "loader", "sourceIn", "cacheable", "callback", "async", "sourcePath", "resourcePath", "includes", "source", "toString", "options", "platform", "getOptions", "shouldDisable", "shouldPrintDebug", "path", "console", "warn", "info", "cssPath", "extracted", "styles", "cssQuery", "Buffer", "from", "remReq", "remainingRequest", "importPath", "js", "JSON", "stringify", "map", "err", "message", "stack", "String", "error"]
6
6
  }
@@ -18,128 +18,9 @@ __export(test_exports, {
18
18
  default: () => loader
19
19
  });
20
20
  module.exports = __toCommonJS(test_exports);
21
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
22
- try {
23
- var info = gen[key](arg), value = info.value;
24
- } catch (error) {
25
- reject(error);
26
- return;
27
- }
28
- info.done ? resolve(value) : Promise.resolve(value).then(_next, _throw);
29
- }
30
- function _async_to_generator(fn) {
31
- return function() {
32
- var self = this, args = arguments;
33
- return new Promise(function(resolve, reject) {
34
- var gen = fn.apply(self, args);
35
- function _next(value) {
36
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
37
- }
38
- function _throw(err) {
39
- asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
40
- }
41
- _next(void 0);
42
- });
43
- };
44
- }
45
- function _ts_generator(thisArg, body) {
46
- var f, y, t, g, _ = {
47
- label: 0,
48
- sent: function() {
49
- if (t[0] & 1) throw t[1];
50
- return t[1];
51
- },
52
- trys: [],
53
- ops: []
54
- };
55
- return g = {
56
- next: verb(0),
57
- throw: verb(1),
58
- return: verb(2)
59
- }, typeof Symbol == "function" && (g[Symbol.iterator] = function() {
60
- return this;
61
- }), g;
62
- function verb(n) {
63
- return function(v) {
64
- return step([
65
- n,
66
- v
67
- ]);
68
- };
69
- }
70
- function step(op) {
71
- if (f) throw new TypeError("Generator is already executing.");
72
- for (; _; ) try {
73
- if (f = 1, y && (t = op[0] & 2 ? y.return : op[0] ? y.throw || ((t = y.return) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
74
- switch (y = 0, t && (op = [
75
- op[0] & 2,
76
- t.value
77
- ]), op[0]) {
78
- case 0:
79
- case 1:
80
- t = op;
81
- break;
82
- case 4:
83
- return _.label++, {
84
- value: op[1],
85
- done: !1
86
- };
87
- case 5:
88
- _.label++, y = op[1], op = [
89
- 0
90
- ];
91
- continue;
92
- case 7:
93
- op = _.ops.pop(), _.trys.pop();
94
- continue;
95
- default:
96
- if (t = _.trys, !(t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
97
- _ = 0;
98
- continue;
99
- }
100
- if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
101
- _.label = op[1];
102
- break;
103
- }
104
- if (op[0] === 6 && _.label < t[1]) {
105
- _.label = t[1], t = op;
106
- break;
107
- }
108
- if (t && _.label < t[2]) {
109
- _.label = t[2], _.ops.push(op);
110
- break;
111
- }
112
- t[2] && _.ops.pop(), _.trys.pop();
113
- continue;
114
- }
115
- op = body.call(thisArg, _);
116
- } catch (e) {
117
- op = [
118
- 6,
119
- e
120
- ], y = 0;
121
- } finally {
122
- f = t = 0;
123
- }
124
- if (op[0] & 5) throw op[1];
125
- return {
126
- value: op[0] ? op[1] : void 0,
127
- done: !0
128
- };
129
- }
130
- }
131
- function loader(sourceIn) {
132
- return _loader.apply(this, arguments);
133
- }
134
- function _loader() {
135
- return _loader = _async_to_generator(function(sourceIn) {
136
- var callback, sourcePath;
137
- return _ts_generator(this, function(_state) {
138
- return this.cacheable(!0), callback = this.async(), sourcePath = "".concat(this.resourcePath), [
139
- 2,
140
- callback(null, sourceIn)
141
- ];
142
- });
143
- }), _loader.apply(this, arguments);
21
+ async function loader(sourceIn) {
22
+ this.cacheable(!0);
23
+ var callback = this.async(), sourcePath = `${this.resourcePath}`;
24
+ return callback(null, sourceIn);
144
25
  }
145
26
  //# sourceMappingURL=test.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/Users/n8/tamagui/code/compiler/loader/src/test.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,SAAA,OAAgDA,UAAyB;SAA3CC,QAAAA,MAAAA,MAAAA,SAAAA;;SAAAA,UAAAA;AAAAA,mBAAf,oBAAA,SAAiCD,UAAyB;QAEjEE,UACAC;;AAFN,kBAAKC,UAAU,EAAA,GACTF,WAAW,KAAKG,MAAK,GACrBF,aAAc,GAAoB,OAAlB,KAAKG,YAAY,GAEvC;;QAAOJ,SAAS,MAAMF,QAAAA;;;EACxB,CAAA,GAN8BC,QAAAA,MAAAA,MAAAA,SAAAA;;",
5
- "names": ["sourceIn", "loader", "callback", "sourcePath", "cacheable", "async", "resourcePath"]
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;;;;;eAAA,OAAgDA,UAAyB;AACvE,OAAKC,UAAU,EAAA;AACf,MAAMC,WAAW,KAAKC,MAAK,GACrBC,aAAa,GAAG,KAAKC,YAAY;AAEvC,SAAOH,SAAS,MAAMF,QAAAA;AACxB;",
5
+ "names": ["sourceIn", "cacheable", "callback", "async", "sourcePath", "resourcePath"]
6
6
  }