Emil Ajdyna
Emil Ajdyna
I'm curious whether it would make sense to introduce some kind of deoptimization guard, which does not apply the optimization (or maybe throws an error to tell that something is...
Hey, Great lib :+1:. I was checking the online tool and I noticed that: `(function (xyz) {});` gave the output: `(function(a){})` I expected to receive: `(function(){})`
# Motivation As a developer, I'd like to use `astring` as a part of a code transformation toolchain and pick the type of quotes that are going to be rendered....
A common issue with deploying the app is ensuring that everything works. Sometimes you end up seeing that something is not working due to misconfiguration/ missing env variables. Some time...
## Context Big apps need specs. We should definitely have a built-in way to add specs so that the user doesn't need to set it up on his/her own. ##...
## Context It'd be helpful to describe possible migrations paths. One idea: ```js const express = require('express') const Huncwot = require('huncwot') const app1 = express() const app2 = new Huncwot()...
## Context Huncwot should not only be easy to use, but also provide better performance (out of the box) than express and other solutions. ## Acceptance criteria - [ ]...
Many apps, especially monolithic, do need a library for sending e-mails. Have you considered having something like `nodemailer` as a part of the core?
## Story As a developer, I want to have async methods, like `replaceAsync` ## Acceptance criteria - [ ] replaceAsync - [ ] findAsync - [ ] ...
## Story As a developer, I'd like to tokenize the source code to add some basic code highlighting. ## Acceptance criteria - [ ] class/instance method ## Useful links https://www.npmjs.com/package/esprima...