- (module-global) Handle when find-babel-config result of file is null
- (module-global): Escape regex #122
- (autocomplete-trigger): Allow no-space between require and assignment syntax #121
- (module-babel): Use base pathing relative to babelrc to resolve modules
- (module-babel) Recurse only through all available unique babelrc files for import
- Resolves #99
- (general) Remove distracting notification
- (module-global) Reorder the global list to display dependencies first
- (utils-lookup-alias) Improve handling of invalid alias conditions
- (lookups-general) Handle gracefully when lookups fail
- (export-global) Handle module lookup when cjs is detected
- (regex) Match prefix in
require
that uses grave accent. Thanks @iofjuupasli!
- (module-local) Handle invalid path imports - gracefully
- (export-local) Handle invalid imported path - gracefully
- (module-babel) Remove prior directory from the prefix to compare to the suggestions
- (module-local) skip searching local files when current file has no file file path
- (module-local) Massage prefix to remove parent folder or relative formats
- Fix issue with not checking from root #99
- Thank you @remhume for the QA
- Wrap findbabelConfig's lib with bluebird. Thanks @remhume!
- Major Refactor and restructure to improve code maintainability.
This should not break any current functionality. If it does please do report it ASAP.
Pre-pend your issue with [Regression]
so that we can triage it quickly.
- Include selector for tree-sitter language scope.
- Breaking Change! Removed TypeScript support. Recommend to use suggested packages.
- Support nested .babelrc. Fixed #57.
- Upgrade to auto-complete v4 API
- Fixes issue when the search prefix starts with a
{
symbol.
- Upgraded dependency that handles the esm read
- Handle imports of JS files from node_modules. Fixed #91.
- Added activation support for package language-typescript
- Added support for looking up Webpack aliases
- Added support for autocomplete by exports
- Fix babel-plugin-module-alias support. Fixed #43.
- Added support for Babel Plugin Module Alias
- Allow include extensions to completions (.js, .ts, etc.)
- Fixed unescaped regexp. Fixed #31, #34, #35.
- Added missing TypeScript extensions
- Added TypeScript support
- Added packages internal files lookup
- Added packages internal files lookup
- Removed local file extensions for js/coffee
- Added local files lookup
- Added internal modules lookup
- Added node_modules lookup