Skip to content

rondonjon/import-css-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a demo to illustrate a problem with snowpack.

With snowpack:

  • When the css-select library is directly imported, its named exports selectOne and selectAll are properly resolved.

  • When the css-select library is impored indirectly through node-html-parser, the named imports become undefined although node-html-parser uses the exact same import statements.

This repository contains the same test case, but without snowpack. It passes without errors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published