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:
- Created 3 years ago
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m getting this Error again on
Deno v1.10.2
after trying to install denox like thisdeno install -Af -n denox https://denopkg.com/BentoumiTech/denox/denox.ts
U can use my fixed , it’s an unstable way to reslove this question.