facebookarchive/prepack

Include .flow files in the distributable package

Aberta

#545 aberto em 4 de mai. de 2017

 (0 comentário) (1 reação) (0 responsável)JavaScript (520 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (14.268 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I'd like to able to import the Options type, e.g.

import type {
  Options
} from 'prepack/lib/options.js.flow'

This is to enable type-hinting in https://github.com/gajus/prepack-webpack-plugin.

The current build strips types, or at least I don't see a way to import them.

The way I distribute my packages is using flow-copy-source, e.g. https://github.com/gajus/prepack-webpack-plugin/commit/69c3464816c1a524880473dd7999dda7f9915413

Guia do colaborador