Skip to content

anothermh/functions-framework-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for import issue with @google-cloud/functions-framework

This is a demo for a TypeScript import issue with:

import { type Context } from '@google-cloud/functions-framework/build/src/functions'

Which returns the following error when moduleResolution in tsconfig.json is set to nodenext:

Cannot find module '@google-cloud/functions-framework/build/src/functions' or its corresponding type declarations.ts(2307)

Steps to reproduce

  1. Clone this repo
  2. Open in VSCode
  3. Install the recommended extensions
  4. Use the integrated TypeScript SDK at .yarn/sdks/typescript when prompted
  5. Reload or restart VSCode
  6. Open src/index.ts and observe the error
  7. Open tsconfig.json and change moduleResolution to node
  8. Observe the error is gone

Demonstration

demo.mov

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors