-
- Start Date: 2019-01-21
- Target Major Version: 3.x
- Reference Issues:
- Implementation PR:
# Summary
Introduce built-in support for authoring components as native ES2015 classes.
# Basi…
-
_From @nwehrle on February 9, 2016 21:17_
I use eslint to lint my jsx files. Before I switched to salsa, the linting inside the editor worked fine. After switching to salsa the linting fails inside t…
-
Sorry if this is an already answered issue but trust me when i told you that i spend most of the day googling about this and couldn't find a solution.
I have an existing project (with custom `webpa…
-
## Description
After running `npm install`, running `tsc` fails:
tsc
```
node_modules/@girs/freetype2-2.0/freetype2-2.0-ambient.d.ts:4:20 - error TS2300: Duplicate identifier 'Freetype220'…
-
### Current Behavior
I keep getting error in console because of usage of es6 classes and code gets transpiled to es5
```
Uncaught (in promise) TypeError: Class constructor Actor cannot be invoked…
-
This is a discussion regarding having Express 5.0 drop support for Node.js 0.10. One of the reasons for the delay in Express 5.0 was the announcement of the official merging of Node.js and io.js, and …
-
### System Info
System:
OS: macOS 10.15.7
CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz
Memory: 885.61 MB / 16.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: …
-
Easily reproducible in Docs, update NavigationTree.js in docs app to:
```
// docsbrowser uses grid bundle and should not import lib classes
//import '../../../lib/Grid/feature/QuickFind.js';
//i…
-
### pnpm version: 7.0.1
### Code to reproduce the issue:
Installing `prettier` and `prettier-plugin-tailwindcss`
```shell
pnpm add --save-dev prettier prettier-plugin-tailwindcss
```
###…
-
Reproduction:
```dart
import 'package:js/js.dart';
@JS("Symbol")
class JSSymbol {}
@JS("Symbol")
external JSSymbol createJSSymbol(String name);
void main() {
createJSSymbol("foo").to…