Unnecessary reference to @types/lodash

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
55/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
node.js, typescript
Domain
build-system

Research direction

Start by inspecting dist/commonjs/aurelia-loader-nodejs.d.ts at the referenced line and package.json for the lodash type dependency. Remove the unnecessary reference and dependency, then rebuild or inspect the generated declarations to confirm the reference is gone.

Written by the indexing model from the issue text.

Description

I'm submitting a bug report
I'm submitting a feature request

  • Library Version:
    1.0.1

Current behavior:
There was a unnecessary reference to @types/lodash in all builts.

/// <reference types="lodash" />

https://github.com/aurelia/loader-nodejs/blob/7bfce9a1a4d4996c84dd6888e911a8aad17f8ef3/dist/commonjs/aurelia-loader-nodejs.d.ts#L1

Expected/desired behavior:

Dominant language
TypeScript
Stars
8
Forks
4
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.