netbymatt / nexrad-level-2-data

Retrieve data from Nexrad archive files for plotting
MIT License
11 stars 4 forks source link

The module's source code could not be parsed (Deno in VS Code) #2

Closed ClariNerd617 closed 2 years ago

ClariNerd617 commented 2 years ago

Full text of error: The module's source code could not be parsed: Expected ';', '}' or at https://github.com/netbymatt/nexrad-level-2-data/blob/main/src/index.js:7:11

Attempting to pull Level2 Nexrad data from S3 and work with it in TypeScript, using Deno to avoid the node_modules nightmare.

netbymatt commented 2 years ago

The URL that you're using returns an html page not a javascript file. Please see this discussion https://github.com/denoland/deno/issues/5543

Also, I'm not planning to support Deno.