#1256 Allow to use PascalCase import variables

Otwarty
otworzone 3 lat temu przez herby · 0 komentarzy
Herby Vojčík skomentował 3 lat temu

If you try, eg:

Package
	named: 'Foo-Bar'
	imports: {'EventEmitter' -> 'events'}
	transport: (AmdPackageTransport namespace: 'foo')

in your node-based project, you actually fail when trying to EventEmitter new in that package, as PascalCase variables only point to Smalltalk and JS globals and do not include "package-wise" globals, that is, import variables.

If you try, eg: ``` Package named: 'Foo-Bar' imports: {'EventEmitter' -> 'events'} transport: (AmdPackageTransport namespace: 'foo') ``` in your node-based project, you actually fail when trying to `EventEmitter new` in that package, as PascalCase variables only point to Smalltalk and JS globals and do not include "package-wise" globals, that is, import variables.
Zaloguj się, aby dołączyć do tej rozmowy.
Brak etykiety
Brak kamienia milowego
Brak przypisania
1 uczestników
Ładowanie...
Anuluj
Zapisz
Nie ma jeszcze treści.