adams85

Results 17 issues of adams85

Unfortunately, the AST to JS feature was implemented with an inconsistent letter casing: "Javascript" was used in code and file names instead of "JavaScript". The confusion probably came from the...

IMO these are some features/improvements which would be nice to include in v3 (to make it complete, so to speak): * [x] Support for comments. (The parsing part is already...

Hi! I'd like to test an EF6 Model First project using Effort. So far it's worked out nicely but now I have a test case when the DB is accessed...

My library provides run-time bundling and minification features for ASP.NET Core 2 in a similar way the System.Web.Optimization library does for classic ASP.NET. However, it's more than a simple re-implementation:...

Not much awesome

Readme/description says that the lib fully supports ECMAScript 2019. However, this statement looks a bit outdated in the light of recent additions: AFAICS, almost everything is covered up to ECMAScript...

The following snippet is parsed in non-tolerant mode whereas it should report an error like "Uncaught SyntaxError: Invalid optional chain from new expression" ```js var a = { b: function...

### Describe the purpose of your pull request Preparation for v7.0.0. ### Requirement checklist (only if applicable) - [ ] I have covered the applied changes with automated tests. -...

### Describe the purpose of your pull request Consider the following pattern: ```csharp // 1. Creates a new instance of ConfigCatClient under the hood var client1 = ConfigCatClient.Get(""); // 2....

### Describe the purpose of your pull request * Improves error reporting when setting type and default value type mismatch. Firstly, makes `GetValue`, `GetValueDetails`, etc. methods fail early if the...

### Describe the purpose of your pull request * Adds `ClientReady`, `FlagEvaluated`, `ConfigChanged`, `Error` and `BeforeClientDispose` events to `ConfigCatClientsOptions`/`ConfigCatClients`. Also improves/fixes minor issues of the previously submitted PRs: * To...