Kristian Ask

Results 3 issues of Kristian Ask

I'm running on windows using studio 2013 to compile a 64-bit `hashtable`. I can't get `clear` or `remove` to work with the simple code below: ``` var HashTable = require('../node_modules/hashtable');...

The less compiler version 1.6 is pretty old for this plugin. Can you please upgrade?

I'm trying to use latest sass but `rollup-plugin-scss` doesn't seem to support it as the new function is `sass.compileString`. https://github.com/thgh/rollup-plugin-scss/blob/bf6f2039996318c1c95675b460e76207b837ef60/index.ts#L86 packeges,json ``` "sass": "^1.77.8", "rollup": "^4.28.1", "rollup-plugin-sass": "^1.14.0", "rollup-plugin-scss": "^4.0.1",...