Skip to content

btea/rolldown-dts-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pnpm install

pnpm build

View the contents of the a.js and a.d.ts files in the locale folder.

The a.js file should contain the following code:

//#region src/locale/a.ts
var a_default = { hello: "HelloA" };
//#endregion
export { a_default as default };

The a.d.ts file should contain the following code:

//#region src/locale/a.d.ts
declare const _default: {
  hello: string;
};
//#endregion
export { _default };

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors