-
Hello. Is it possible to use a javascript library (moment, for example) in a template? I know I can pass php closures but I don't know how to pass javascript functions. Maybe we could extend `$pug->sh…
-
Hi @stesie!
Short version:
some libv8 PPAs are deprecated, their content archived and moved to new PPA and original PPAs will be removed in spring 2018.
TL;DR
I know that some of v8js clie…
-
I have installed the v8 engine, compiled everything and am trying to test it out through my CLI now. I am running into this error:
> symbol lookup error: /usr/lib/php/20160303/v8js.so: undefined sy…
-
The nodejs "global" variable is not defined when loading external js script via require().
I have the following error when loading external lib which use the "global" variable :
ReferenceError: global…
-
Hi,
Thank you as always for your great packages! I'm trying this out but got stuck trying to pass data to save in my Vuex store. I was wondering if you might have a more detailed example of what…
-
Running: gclient root
Running: gclient config --spec 'solutions = [
{
"url": "https://chromium.googlesource.com/v8/v8.git",
"managed": False,
"name": "v8",
"deps_file": "DEPS",…
-
```json
{
"require": {
"ext-mbstring" : "*",
"ext-pdo_pgsql" : "*",
"ext-v8js" : "*",
"php" : ">=7.1"
},
"require-dev": {
"phpv8/v8js-stubs…
ilyar updated
7 years ago
-
I've been experimenting with using a custom module loader to include Common JS modules output by [Bridge.Net](https://bridge.net/)
The first problem is that the core bridge.js file didn't seem to …
-
**Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use …
-
In order to call V8Js::registerExtension(), I currently need to read the contents of a file first. If `isExtensionRegistered` was implemented, I could avoid reading that file, improving performance.
…