-
-
I am importing a module with an esModule export like below.
```js
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = SomeNpmModule;
```
I import the module i…
-
## Problem
For validating unknown input/data (`package.json`, `settings.json`, `globalState`, ...) at runtime we use either [ad-hoc procedural logic](https://github.com/aws/aws-toolkit-vscode/blob/…
-
**HTML**:
**Import in typscript** :
import { IActionMapping, TREE_ACTIONS, TreeComponent, TreeNode, ITreeOptions } from '@circlon/angular-tree-component';
nodeItems = [
{
…
-
### Description of the bug
While developing in eclipse I use a dependency library I include this project locally. when prepare-runtime runs via maven the files from META-INF/frontend/ are ALL copied …
-
- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate.
### What problem does this feature solve?
Right now, th…
-
> For general tech support, please see www.highcharts.com/support.
> Please report only issues about `highcharts-angular` wrapper or content of this repository.
> For general issues with Highcharts …
-
I have been trying to get something like this working (ts, react, jspm combo), with on the fly compilation, while in development (no watching). The issue was, that importing like this:
`import Someth…
-
I find that listing all of the implicit get/set functions in Outline View to be useless noise. The first thing I do is hack the `component.js` file to comment out that section. It would be nice for th…
-
Add `--declarations` option to `tsc` and add ` types` attribute to the *package.json*.
https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html