jadelet
jadelet copied to clipboard
Pure and simple clientside templates
This PR adds support for a [fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment). Currently Jadelet requires a single root element (e.g., HTML element) in the template. However, there are cases where HTML root element can be...
This PR fixes a bug with `firstIndent` in the `reduceLines` function. The `Indent` token consists of two space character groups or one tab. In my previous, quick [solution](https://github.com/STRd6/jadelet/issues/23#issuecomment-915169873), I forgot...
Ideas
I have few proposals related to the great [news](https://github.com/STRd6/glitch.com/issues/2) :smile: Jadelet, because of its simplicity and aesthetics, is also my favorite choice whenever possible. So, I would like to see...
Correct me if I am wrong, but I couldn't find a guide to language features after taking some time googling. Having a document telling about how to write a template,...
Would it be wrong if the missing root element is automatically added: So ```jade .one .two ``` becomes ```jade div .one .two ``` I did a test with a small...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...