Hans Larsen

Results 79 comments of Hans Larsen

No idea why the Windows action is failing.

> Users who don't want to use absolute paths on traces for security reasons. Absolute to the root of the (very much virtual) namespace, not their filesystems. `Path` and FileSystem...

`Source::from_filepath` would likely take a `Specifier` as an additional argument. There is nothing wrong with utility functions. We could also make it separate (a `SourceExt` trait for example) to keep...

> Also, can we offer some type of conversion from Path to Specifier? Could be in `Specifier` itself. There's already a `from_path`, all you'd need to do is `Specifier::from_path(path::strip_prefix(base))`

@jedel1043 This is ready to review when you're ready.

With my PR that example should work almost right out. I think the only thing might be missing a `Into` for `NativeFunction` and an `add.into_js_function_copied()` when passing that to `register_global_property`....

Oh the PR is not in yet; https://github.com/boa-dev/boa/pull/3773

It was just easier for me to build a macro, and I wanted to have a more JS-ey way to describe the class. It would make sense to have a...

I asked for AST before, or _at least_ a depgraph, and this is mostly why. We don't have a watch feature yet (my branch is watching the whole filesystem), would...