Git Product home page Git Product logo

Comments (5)

aspiers avatar aspiers commented on May 29, 2024 1

@fregante commented on April 11, 2022 12:42 AM:

The code is just demo code and it will have to be deleted. It doesn't have to be correct (especially for the lint)

True, but I am seeing the same errors from @typescript-eslint/no-unsafe-assignment and @typescript-eslint/no-unsafe-call in my own code after deletion of the demo code, which suggests that there may be some general issue with the combination of a) how the template's extension stack and its dependencies are configured, and b) how its linters are configured. These complaints relating to implicit any types seem to indicate that there are some types not getting picked up by eslint. But this is strange, because I can clearly see them in places like node_modules/webext-options-sync/index.d.ts.

That import you mentioned incorrect, what you're missing are the types for webextension-polyfill.

You mean the import @david-tejada mentioned? I just tried npm add -D @types/webextension-polyfill but it didn't eliminate any of the linting errors. And if that is indeed needed in other circumstances, wouldn't it be worth mentioning in the readme.md in the paragraph about Typescript?

The last error is most likely a eslint cache error unfortunately, nothing I can fix.

Yeah, no worries - just thought I'd mention it in case you'd seen that weirdness before.

from browser-extension-template.

david-tejada avatar david-tejada commented on May 29, 2024 1

I can see now that importing browser like I did doesn't make any difference. I changed it back too import browser from "webextension-polyfill"; and I get no errors. Maybe it was something that I did before adding tsconfig.json and seemed to work. Anyway, you can check out my package.json to see if you're missing something. I got no linting errors here

from browser-extension-template.

david-tejada avatar david-tejada commented on May 29, 2024

I got rid of those errors using this line to import browser:

import * as browser from "webextension-polyfill";

from browser-extension-template.

fregante avatar fregante commented on May 29, 2024

The code is just demo code and it will have to be deleted. It doesn't have to be correct (especially for the lint)

That import you mentioned incorrect, what you're missing are the types for webextension-polyfill.

The last error is most likely a eslint cache error unfortunately, nothing I can fix.

from browser-extension-template.

fregante avatar fregante commented on May 29, 2024

True, but I am seeing the same errors from @typescript-eslint/no-unsafe-assignment and @typescript-eslint/no-unsafe-call in my own code after deletion of the demo code

Yeah that's unrelated to anything. Those are just lint rules, you can read their details on the typescript-eslint repo or you can disable them.

wouldn't it be worth mentioning in the readme.md in the paragraph about Typescript?

Absolutely not, using TypeScript here assumes you already know TypeScript. Running tsc already tells you to install that package.

from browser-extension-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.