Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
|
|
|
|
* sync first remote smoke tests
* update smoke test scripts
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
This commit fixes the bug when returning an empty Fragment which makes
it undefined. This is because unescapeHTML (raw) will create a String object
with an 'undefined' string.
To fix this we need to check if the `children` is null or undefined
before marking a string as raw.
|
|
|
|
|
|
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* fix astro scoping of "@import" inside of style tags
* Create lovely-lies-dress.md
* Update compile.ts
* fix smoke test
* Update package.json
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
|
|
|
|
|
|
* Add Non-HTML Pages example
* Rename dir non-html-example to non-html-pages
* Update name to non-html-pages in package.json
|
|
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* ensure utf8 encoding on servers
* Create spicy-tomatoes-act.md
* Update spicy-tomatoes-act.md
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
|
|
* Update logger.ts
Solving #2625
* chore: add changeset
Co-authored-by: Nate Moore <nate@skypack.dev>
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
|
|
|
|
* feat: add fine-grained HMR support
* chore: lint
* chore: lint
* fix: handle hmr with custom event handler
* refactor: cleanup hmr script
|
|
|
|
* Fixed incorrect types and imports
* Changeset
|
|
Otherwise, new stackblitz projects throw an error.
|
|
* Fix: align markdown starting position in each line
* Chore: add testcase for aligning starting position in each line
* Chore: update the test case on astro-markdown custom language
* Update: remove trimmed only startWith trimmed space
|
|
|
|
* Run all smoke tests with the static build
* Use a direct relative path
* Always use the static build
* Use a path that works in both static and regualr build
* Always download the zip
* astro.build only needs to run once
|
|
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
* Fixed shiki import to work with "type": "module"
* Changeset
* Separated types import
* Add "* as" to type import
|