question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

denox on deno 1.7.5

See original GitHub issue

【Bug】deno throw error

  • Bug Report

` Check https://denopkg.com/BentoumiTech/denox/denox.ts error: TS1205 [ERROR]: Re-exporting a type when the ‘–isolatedModules’ flag is provided requires using ‘export type’. export { ParseOptions, parse, parseAll } from “./yaml/parse.ts”; ~~~~~~~~~~~~ at https://deno.land/std@0.42.0/encoding/yaml.ts:6:10

TS1205 [ERROR]: Re-exporting a type when the ‘–isolatedModules’ flag is provided requires using ‘export type’. DumpOptions as StringifyOptions,

  at https://deno.land/std@0.42.0/encoding/yaml.ts:8:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
DenoWorkspace,
~~~~~~~~~~~~~
  at https://raw.githubusercontent.com/BentoumiTech/denox/master/src/interfaces.ts:25:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
WorkspaceGlobal,
~~~~~~~~~~~~~~~
  at https://raw.githubusercontent.com/BentoumiTech/denox/master/src/interfaces.ts:26:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
WorkspaceScript,
~~~~~~~~~~~~~~~
  at https://raw.githubusercontent.com/BentoumiTech/denox/master/src/interfaces.ts:27:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
WorkspaceOptions,
~~~~~~~~~~~~~~~~
  at https://raw.githubusercontent.com/BentoumiTech/denox/master/src/interfaces.ts:28:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
DenoOptionsEntries,
~~~~~~~~~~~~~~~~~~
  at https://raw.githubusercontent.com/BentoumiTech/denox/master/src/interfaces.ts:29:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
DenoOptionValue,
~~~~~~~~~~~~~~~
  at https://raw.githubusercontent.com/BentoumiTech/denox/master/src/interfaces.ts:30:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
export { getOptionType, OptionTypeValues };
                      ~~~~~~~~~~~~~~~~
  at https://raw.githubusercontent.com/BentoumiTech/denox/master/src/deno_options/utils.ts:40:25

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
export { buildDenoCLIOptionsArgs, CLIArgument };
                                ~~~~~~~~~~~
  at https://raw.githubusercontent.com/BentoumiTech/denox/master/src/deno_options/build_cli_arguments.ts:75:35

Found 10 errors.

`

## Info

- DenoX version: @last version

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
himbolioncommented, May 18, 2021

I’m getting this Error again on Deno v1.10.2 after trying to install denox like this deno install -Af -n denox https://denopkg.com/BentoumiTech/denox/denox.ts

1reaction
Cyberhan123commented, Mar 22, 2021

Any updates on when the fix for this would get published? I wanted to install denox but I’m also getting these errors

U can use my fixed , it’s an unstable way to reslove this question.

deno install -Af -n denox https://raw.githubusercontent.com/Cyberhan123/denox/@0.4.2/denox.ts
Read more comments on GitHub >

github_iconTop Results From Across the Web

Deno 1.7 Release Notes
Today we are releasing Deno 1.7.0. This release contains many new features, some stabilizations, and some great improvements to existing ...
Read more >
Deno Now Compiles to Self-Contained, Standalone Binaries
Deno 1.6 introduced the compilation of Deno projects into standalone executables, whose size Deno 1.7 further reduced (up to 60%).
Read more >
united - UNECE
"combined deNOx- particulate filter" means an exhaust aftertreatment system ... whether or not it is part of a deNOx system or a diesel...
Read more >
Regulation No. 49-05 | ECE - United Nations - InterRegs
"deNO system" means an exhaust after-treatment system designed to reduce ... reduction from 80% to 20% according to Paragraph 1.7.5., then the highest...
Read more >
deno2node@v1.5.1 | Deno
Run npx deno2node --init in an empty directory. CLI Usage From Node.js. First, install deno2node . npm install --save-dev ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found