Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STRWEB-109 allow loading of arbitrary text files #145

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

zburke
Copy link
Member

@zburke zburke commented Sep 30, 2024

Support ?raw to load arbitrary text files as strings, permitting, for example, a large XSLT file to be easily imported.

Usage:

import txtFile from "./someTxtFile.txt?raw"

CC: @mnscholz

Refs STRWEB-109

Support `?raw` to load arbitrary text files as strings, permitting, for
example, a large XSLT file to be easily imported.

Usage:
```
import txtFile from "./someTxtFile.txt?raw"
```

Refs STRWEB-109
@zburke zburke requested a review from JohnC-80 September 30, 2024 17:23
Copy link

Jest Unit Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 4cf4909. ± Comparison against base commit 9db3b60.

@zburke zburke requested a review from a team October 1, 2024 10:13
@zburke zburke merged commit 1c4df2b into master Oct 2, 2024
22 of 24 checks passed
@zburke zburke deleted the STRWEB-109 branch October 2, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants