glimmerjs / glimmer-resolver

MIT License
7 stars 4 forks source link

Add `unresolvable` property to `ModuleTypeDefinition` #15

Closed pittst3r closed 7 years ago

pittst3r commented 7 years ago

Goes along with https://github.com/glimmerjs/resolution-map-builder/pull/26

rwjblue commented 7 years ago

released as 0.3.1

mixonic commented 7 years ago

Why is the collection being unresolvable not sufficient?

pittst3r commented 7 years ago

@mixonic Given a file tree like this...

src
└── ui
    └── components
        └── hello-glimmer
            ├── component-test.ts
            ├── component.ts
            └── template.hbs

... we want to be able to ignore component-test.ts.

mixonic commented 7 years ago

oof. Ok, I see in the other PR's diff now.