close
Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Directory structure

|-merge              the monorepo play Pixi.js
|   |- packages
|         |- core    pluggable package, like @pixi/display
|         |- plugin  plugin, like @pixi/accessibility
|-project            a project

The d.ts in project/node_modules/@merge/*/dist is wrote by hand, and the original generated by TSC live in the comments.

The problem is in the project/src/index.ts file.

import * as Plugin from '@merge/plugin';

Plugin.sayHelloToPlugin({foo: 'foo', bar: 'bar'})


// This should fail at compile time, but it pass
Merge.sayHelloToCore({foo: 'foo', bar: 'bar'})

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages