#1256 Allow to use PascalCase import variables

Mở
%! (template.HTML=3 năm trước cách đây)đang mở bởi herby · 0 ý kiến

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.
Đăng nhập để tham gia bình luận.
Không có nhãn
Không có Milestone
Không có người được phân công
1 tham gia
Đang tải...
Hủy bỏ
Lưu
Ở đây vẫn chưa có nội dung nào.