-
After installing this plug-in, an auto-import was missing, `import './tailwind.css';` should be injected into `main.ts` to let tailwindcss work.
It's my **package.json:**
```json
"dependencies"…
-
When karma runs the tests using Chrome, then the tests run successfully. When karma runs them using PhantomJS, however, the following error will be triggered:
```
PhantomJS 2.1.1 (Mac OS X 0.0.0) ERR…
-
Hi,
Thanks for this very nice chai plugin! IMHO, this functionality so useful, it should be integrated into the chai proper.
But here is the issue I've ran into this issue when using it. Currently, …
-
I am using this library after following the upgrade guidelines for the new truffle V5 release, see here: https://github.com/trufflesuite/truffle/releases?after=truffle-code-utils%401.1.2-beta.0
Ex…
-
Hello, I'm trying to run your plugin, but I need help.
My structure:
```
build-dev/
-
### Demo Repo
https://github.com/damianobarbati/ts-repro
### Which of the following problems are you reporting?
The module specifier resolves to the right file, but something about the types are wr…
-
### Description
When I migrated the rules from tslint to eslint, I did not find a `no-implicit-dependency` rule that could be configured the same way we used to have it on tslint.
Current rules …
-
Stack trace location and code lens location are far off?
eg:
![image](https://github.com/hbenl/vscode-mocha-test-adapter/assets/43581880/a937579b-03ae-4686-93a6-3ebd3a451f5d)
env:
Im using Moc…
-
## 2.3.0 / 2015-04-26
Added `ownPropertyDescriptor` assertion:
增加了 `ownPropertyDescriptor` 断言方法:
``` js
expect('test').to.have.ownPropertyDescriptor('length');
expect('test').to.have.ownPropertyDes…
-
Hi Hackers!
I just try to update all the packages using:
```
npm install --save \
angular \
angular-ui-router \
normalize.css
```
```
npm install --save-dev \
angular-mocks \
babel-core \
babel-loa…