-
I know native types should be extendable since this PR https://github.com/Microsoft/TypeScript/pull/3516 , but I can't seem to get extending ES6 Map to work.
The following code
```
class ResourceMa…
flyon updated
6 years ago
-
Currently
```livescript
``#!/usr/bin/env node``
```
compiles to
```javascript
// Generated by LiveScript 1.5.0
#!/usr/bin/env node
(function(){
}).call(this);
```
I know there are options…
-
I'm trying out v6.0.0-alpha7 and having an issue in which a validation error set on the FieldArray is not showing when checking/unchecking the child field. Validation runs and sets the error, but the …
-
```
$ bin/lsc -bce 'Object.keys _ .length'
TypeError: Cannot read property 'length' of undefined
at ctor$.exports.Chain.Chain.add (~/LiveScript/lib/ast.js:1046:111)
at Object.anonymous (~/…
-
Note that some prior discussion on this was started in #4919, before that thread turned into a discussion on something unrelated.
Right now, destructuring is only supported as a means to assign pr…
-
Every loop is structured with some variation of `for in` or `for of`. Doing it this way keeps us from being able to `[f .. for of obj]` even forgetting about object comprehensions. I see that as a sep…
-
It should be possible to show errors for a `FieldArray` and for one or elements within simultaneously. To better support this I propose changing the validation error structure to be more explicit:
``…
-
```livescript
➜ LiveScript git:(master) ✗ cat ~/err.ls
throw new Error
➜ LiveScript git:(master) ✗ ./bin/lsc -w ~/err.ls
Failed at: ~/err.ls
undefined
```
-
[postgres@150-95-134-42:/usr/local/src/plv8-2.3.5]
$ cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
[postgres@150-95-134-42:/usr/local/src/plv8-2.3.5]
$ psql
psql.bin (10.3)
Ty…
-
Hello All,
I attempted to follow the guide at https://plv8.github.io/#building and it failed to build. My environment details and full make output are shown below.
I want to create a Dockerfile …