-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
postcsstest.ts
import autoprefixer from "https://jspm.dev/autoprefixer";
// @deno-types="./postcss.d.ts"
import postcss from "https://jspm.dev/postcss";
postcss().use(autoprefixer).process(".something { appearance: none; }", {
from: undefined
}).then((f: any) => {
console.log(f.css);
})postcss.d.ts
export default function(): any;VSCode problem:
Notice that it runs correctly, and deno understands the @deno-types just fine, it's just this VSCode extension that doesn't understand these.
Also I think this is the reason for errors elsewhere, e.g. keroxp/servest#133
Grunet, cj81499, ibrahimduran, sparty02, mekwall and 2 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
