ala'n (Alexey Stsefanovich)
ala'n (Alexey Stsefanovich)
As an ESL consumer, I want to have additional sugar to debug components. Idea: Create a special `@debug` decorator to temporarily decorate a class with logger. The decorator will not...
As an ESL maintainer, I want to see ESL consume the latest versions of dev dependencies. Migrate ESL common build process to ES module style. See [more...](https://nodejs.org/api/esm.html) **Priority**: Normal
As an ESL architect, I want to have more popular CSS preprocessor syntaxes to be presented in the library output. Request for adding an SCSS syntax to the library output....
As an ESL architect, I want to have a base form component + item to have extended control over native HTML Forms Features: - async form controller (to create ajax...
As an ESL contributor, I may feel much more comfortable if my markup code HTML (.njk) linted smarter than just lint-space does. Open questions: - [ ] do the lint...
As an ESL dev team member, I want to be able to develop and test build approaches faster. It is proposed to add automatic build for all root assets in...
As a dev ESL consumer, I want to see interactive detailed docs of ESL code. It is requested to add the ability to insert autogenerated interactive docs sections on the...
As an ESL contributor sometimes I want to be pleasantly surprised or just have some nice funny and cute things in my working routine. Request to extend `build/catlog.js` "fun" script...
Points to update: - [ ] JSDoc: method descriptions: `/** Create something */ create() : Smth;` vs `/** Creates something */ create() : Smth;` - [ ] Head comment style...
As a pages visitor and ESL dev team member, I want to see the most recommended approach to distribute browser sources. **Current approach:** - there is 3 bundles in the...