34 Commits

Author SHA1 Message Date
e46f668ac8 chore: switch to jest for testing 2024-02-21 00:04:36 +01:00
3b540d0c48 chore: reowrked tests to use a runBrowserTest to allow previewing the results in a browser 2024-02-17 21:12:54 +01:00
1c55b894c9 test: refactoring tests 2024-01-27 20:54:59 +01:00
3e46055845 test: added a react application test (in the browser) 2024-01-07 15:28:17 +01:00
e96c2248ee test: added testing via a browser (puppeteer) 2023-12-09 23:35:28 +01:00
2adfbee74b chore: remove outdated todos and commented code 2023-11-28 02:11:20 +01:00
71a377417d feat: initial support for importing html from js 2023-11-26 22:15:40 +01:00
afd4a3c9ae feat: added initial sourcemapping attempt and use transform hook to parse and transform instead of load 2023-11-25 22:44:31 +01:00
980d33c48e chore: documentation 2023-11-25 20:23:13 +01:00
5c1e528304 chore: update for node 20 LTS 2023-11-23 20:07:10 +01:00
5d2a45ef81 fix: missing test snapshots
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-13 02:03:26 +02:00
6e50208557 feat: support rewriting urls
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-13 02:02:41 +02:00
48dcdefee1 0.0.5: fix, try to resolve sensible entrynames even if files were imported with an absolute path
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 23:39:14 +02:00
ba09aaf915 0.0.4: increment version number for fix: fix entryNames of sources files included by html in a subdir (they didnt keep their relative address...)
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 23:17:02 +02:00
9bf026f0c3 0.0.3: fix entryNames of sources files included by html in a subdir (they didnt keep their relative address...)
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-20 23:14:59 +02:00
a784abc1b0 Build-fix: update snapshotting code to generate a predictable (A-Z) ordering of the snapshotted files
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 21:57:36 +02:00
52c104f781 0.0.3: Fixed a bug that showed up in watch mode
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-20 21:05:37 +02:00
b18ac5c361 0.0.2: Package increment
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-02 16:16:40 +02:00
ba07649981 0.0.2: Updated docs to reflect current state
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-02 15:47:23 +02:00
9768b3efe5 Supporting multri entry 2023-05-02 05:05:42 +02:00
4006f3954e Refactoring to support inlined scripts 2023-05-02 03:46:47 +02:00
e3a022d420 Fix testing in CI pipeline
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-30 13:34:58 +02:00
5ae59102b5 First private release. Check updated README.md for details
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-30 13:29:47 +02:00
831e607591 WIP: Basic working version. Will import .html files and resolve its dependencies. But it will generate invalid html when sourcemaps are enabled, assets like <link..> do not yet work... 2023-04-27 21:49:13 +02:00
240d5cfe9a WIP: transforming through handlebars, parsing the html and resolving the imports 2023-04-27 15:18:14 +02:00
da9dc3bdc1 Simple handlebars test added (old usage) 2023-04-24 20:15:35 +02:00
7e45443d19 CI: add explicit build step and test
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-19 07:57:03 +02:00
6d8f0eb256 Drone CI (attempted fix #3, secret usage)
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-19 00:57:11 +02:00
fdc0a6d866 Drone CI (attempted fix #2, secret usage)
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-18 23:02:56 +02:00
87ae0cfe67 Drone CI (attempted fix)
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-18 22:56:12 +02:00
18f03b8773 Drone CI
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-18 01:03:40 +02:00
7e259d88b9 Drone CI
Some checks failed
continuous-integration/drone/push Build is failing
2023-04-18 00:45:11 +02:00
581e66c022 Fix dependencies for some of the scripts, and removed some we're not likely to use for now 2023-04-17 21:52:48 +02:00
2dc701c5b7 Converted @rollup/html to a standalone package (out of the original monorepo) and made it ESM-native 2023-04-17 21:04:05 +02:00