This repository was archived by the owner on May 22, 2024. It is now read-only.
Commit 46c96e2
fix: detect alt version of remix handler (#1657)
* fix: detect alt version of remix handler
* chore: add another test for astro-style config
Test case taken from #1658.
Co-Authored-By: @lilnasy
* Update tests/unit/runtimes/node/in_source_config.test.ts
Co-authored-by: Eduardo Bouças <[email protected]>
---------
Co-authored-by: Eduardo Bouças <[email protected]>1 parent 5ca965f commit 46c96e2
File tree
2 files changed
+33
-5
lines changed- src/runtimes/node/parser
- tests/unit/runtimes/node
2 files changed
+33
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
170 | | - | |
171 | | - | |
172 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
240 | 264 | | |
241 | 265 | | |
242 | 266 | | |
| |||
252 | 276 | | |
253 | 277 | | |
254 | 278 | | |
255 | | - | |
| 279 | + | |
256 | 280 | | |
257 | 281 | | |
258 | 282 | | |
| |||
0 commit comments