-
Hi there, in the last month or so I took a deep dive at the code because I'm writing a post about it (explaining how it work, introducing people to open source). Now that I'm familiarized with the cod…
-
Hi I am wondering how we can use `interface` to specify what's gets passed to my resolver function.
For example, assuming i have a mutation that has a login resolver... this is how I have it setup:…
-
Hi all,
We currently have a AST model for TypeScript which is useful for compilers, editors, and linters.
However, it would be extremely useful to have a type model, a la Java's reflective model. Th…
-
I cannot seem to get the Tailwindcss auto sorting working in VSCode. On save it does seem to use the prettier-plugin-blade package.
I'm testing this by juggling some Tailwind classes in my blade te…
-
Current version seems to be incompatible with the new [Openlayers 7.0.0](https://github.com/openlayers/openlayers/releases/tag/v7.0.0).
Legend throws `Class constructor BaseObject cannot be invoked…
-
When bundling with `ESNext` output, classes can still get downleveled, due to an intentional performance-workaround called ***TDZ avoidance***. This creates a consequential performance hazard when pr…
-
**Describe the bug**
I'm using storybook for angular 12. It seems somehow storybook is transpiling es6 native classes to es5. The issue happens when extending a native angular class and calling the s…
-
## Background
Web applications must be transpiled to ECMAScript 5 (ES5) if they need to support older JavaScript runtimes, for example Internet Explorer or hardware devices that shipped with older Ja…
-
## Problem
tsc does not support transforming absolute module paths into relative paths for modules located outside node_modules. In client side apps, this is often not an issue because people tend to…
-
Hi,
even after adding
```
export * from './navigation/OccupancyMap'
export * from './navigation/OccupancyMapClient'
```
to `es6-support/index.js`
the grunt build fails with an "unexpecte…