Laurent Christophe

Results 9 issues of Laurent Christophe

There is a field in the entree spec which saves the raw value of directives: https://github.com/estree/estree/blob/master/es5.md#directive Because escodegen does not use this field, it transform invalid use-strict directives into valid...

### Issue type - **Bug Report:** _no_ - **Feature Request:** _yes_ - **Question:** _no_ - **Not an issue:** _no_ ### Prerequisites - **Can you reproduce the issue?:** _yes_ - **Did...

**What version of Ajv you are you using?** [email protected] **What problem do you want to solve?** Improve readability of `validation.errors`. Currently error reporting is provided as a flat list in...

enhancement

* **Version**: v18.13.0 * **Platform**: Darwin softs-MBP 19.6.0 Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64 x86_64 * **c8**: 7.13.0 First of all, thanks for your work!...

### Version v22.0.0 ### Platform Darwin Laurents-MacBook-Air.local 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112 arm64 ### Subsystem vm ### What steps will reproduce the bug?...

vm

### Version v20.12.2 ### Platform Darwin Laurents-MacBook-Air.local 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112 arm64 ### Subsystem vm ### What steps will reproduce the bug?...

vm

Hi, first thank for your handy module!! I get a error on the code: `a: try { break a; } finally { }` which is legal I believe. Below is...

bug

### What is the problem this feature will solve? Dynamic imports in modules created by the `vm:SourceTextModule` currently return a promise created by the intrinsic Promise of the main realm...

vm
feature request

# Motivation Hi, thanks for the work! It seems `astring` does not handle module specifier when they are literals and not identifiers. ```js import { parse } from "acorn"; import...

feature